syntax-highlighting: update to 5.98.0.

This commit is contained in:
John 2022-10-02 14:18:31 +02:00
parent 7f87dfe04e
commit a229be35eb

View file

@ -1,6 +1,6 @@
# Template file for 'syntax-highlighting' # Template file for 'syntax-highlighting'
pkgname=syntax-highlighting pkgname=syntax-highlighting
version=5.97.0 version=5.98.0
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DKATEHIGHLIGHTINGINDEXER_EXECUTABLE=/usr/libexec/${pkgname}/katehighlightingindexer" configure_args="-DKATEHIGHLIGHTINGINDEXER_EXECUTABLE=/usr/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=e88b9691ffead9cbfb11ae43c497114c7695e1e455e78dad30743c90ab50a99d checksum=02c7a76cb8c21cf279084052f4bff278ff76959e3df0c4e8c2aa230de1a25124
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" syntax-highlighting" hostmakedepends+=" syntax-highlighting"