From 439313948e7337936d95f18ba23a476d52a56bec Mon Sep 17 00:00:00 2001 From: John Date: Sat, 10 Nov 2018 11:36:10 +0100 Subject: [PATCH] syntax-highlighting: update to 5.52.0. --- 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 c9441216688..2836a9a863a 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.51.0 +version=5.52.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=47a36d7976b8332dd23992a558a5e0953e428d2b4f8429ab4d480cd14ba90d52 +checksum=293817aaf2088496343006aa8059de54b6183018c1f5b92f00a9944365f46137 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools syntax-highlighting qt5-devel qt5-tools-devel"