From 8569ec4fec7769bd67f4e98f4a516fd3decc52a1 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 1 May 2018 11:15:23 -0300 Subject: [PATCH] highlight: update to 3.43. Closes #14022. Signed-off-by: Enno Boland --- srcpkgs/highlight/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/highlight/template b/srcpkgs/highlight/template index 922b669d460..a7ac9e7cbb5 100644 --- a/srcpkgs/highlight/template +++ b/srcpkgs/highlight/template @@ -1,19 +1,20 @@ # Template file for 'highlight' pkgname=highlight -version=3.42 +version=3.43 revision=1 build_style=gnu-makefile make_cmd="make QMAKE=qmake" -conf_files="/etc/highlight/filetypes.conf" hostmakedepends="pkg-config qt-qmake" makedepends="boost-devel lua-devel" short_desc="Fast and flexible source code highlighter (CLI version)" maintainer="Steve Prybylski " -license="GPL-3" +license="GPL-3.0-or-later" homepage="http://www.andre-simon.de/doku/highlight/en/highlight.php" distfiles="http://www.andre-simon.de/zip/${pkgname}-${version}.tar.bz2" -checksum=a582810384a0c1e870dcd2ca157ba4b5120f898ceb2fd370cfed4f86fc87311e -CFLAGS="-std=c++11" +checksum=db957ebd73048dcb46347f44a1fe8a949fda40b5ecb360bf0df2da0d8d92e902 +conf_files="/etc/highlight/filetypes.conf" + +#CFLAGS="-std=c++11" do_check() { # No check target, fails spetarcularly when asked