highlight: update to 3.43.
Closes #14022. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
20dd62fe45
commit
8569ec4fec
1 changed files with 6 additions and 5 deletions
|
@ -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 <sa.prybylx@gmail.com>"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue