From a5fe6b42fc5052574114b46ffae5f14cc1f9b258 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 10 Nov 2019 10:40:09 +0100 Subject: [PATCH] syntax-highlighting: update to 5.64.0 [ci skip] --- srcpkgs/syntax-highlighting/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syntax-highlighting/template b/srcpkgs/syntax-highlighting/template index 1b0354af681..1badd86e8a9 100644 --- a/srcpkgs/syntax-highlighting/template +++ b/srcpkgs/syntax-highlighting/template @@ -1,6 +1,6 @@ # Template file for 'syntax-highlighting' pkgname=syntax-highlighting -version=5.63.0 +version=5.64.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -11,7 +11,7 @@ maintainer="John " license="LGPL-2.1-or-later" homepage="https://projects.kde.org/projects/frameworks/syntax-highlighting" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=9a29d8311ab41d74edcea71795658193f5221517870ff5e8ee4b07cc38a9c023 +checksum=9655fa79d99fb7d585ae1a11c03d204c83263fe19391e7610575fb0436052b5f if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools syntax-highlighting qt5-devel qt5-tools-devel"