From 241d986c5275dd629fdde527b688646af96b59c9 Mon Sep 17 00:00:00 2001 From: Steve Prybylski Date: Tue, 24 May 2016 21:02:32 -0400 Subject: [PATCH] highlight: update to 3.29. --- srcpkgs/highlight/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/highlight/template b/srcpkgs/highlight/template index 63b3d7cd908..d5f11aa1ad7 100644 --- a/srcpkgs/highlight/template +++ b/srcpkgs/highlight/template @@ -1,15 +1,16 @@ # Template file for 'highlight' pkgname=highlight -version=3.28 +version=3.29 revision=1 build_style=gnu-makefile make_cmd="make QMAKE=qmake" conf_files="/etc/highlight/filetypes.conf" -hostmakedepends="pkg-config qt-devel" +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" homepage="http://www.andre-simon.de/doku/highlight/en/highlight.php" distfiles="http://www.andre-simon.de/zip/${pkgname}-${version}.tar.bz2" -checksum=36364b6d906148dac04426a0c892fe2343e5e2c752316666589f8dff741ce7cd +checksum=76cc769d98778985235c0b7d1345cff78c99f597b51edd4e9be7d3fc0160bf92 +CFLAGS="-std=c++11"