syntax-highlighting: update to 5.87.0.

This commit is contained in:
John 2021-10-18 17:21:29 +02:00
parent 6765409d03
commit a685f95ae5

View file

@ -1,6 +1,6 @@
# Template file for 'syntax-highlighting' # Template file for 'syntax-highlighting'
pkgname=syntax-highlighting pkgname=syntax-highlighting
version=5.86.0 version=5.87.0
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DKATEHIGHLIGHTINGINDEXER_EXECUTABLE=/usr/lib/libexec/${pkgname}/katehighlightingindexer" configure_args="-DKATEHIGHLIGHTINGINDEXER_EXECUTABLE=/usr/lib/libexec/${pkgname}/katehighlightingindexer"
@ -12,7 +12,7 @@ maintainer="John <me@johnnynator.dev>"
license="LGPL-2.1-or-later" license="LGPL-2.1-or-later"
homepage="https://invent.kde.org/frameworks/syntax-highlighting" homepage="https://invent.kde.org/frameworks/syntax-highlighting"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=e300a5eb56c57b7a576059337c29aba7191c4971a4b9f5c739e211b83791010d checksum=26625bea8cd015520c74375ce9e5a23e13daf5bd6cf4502adb9f4fd9f0a81c91
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" syntax-highlighting" hostmakedepends+=" syntax-highlighting"