From 7edf00aa587ec1e475d52ab3b3942b57c2b30a6e Mon Sep 17 00:00:00 2001 From: Sir_Boops Date: Fri, 5 Jan 2018 15:31:05 -0500 Subject: [PATCH] syntax-highlighting: Update to 5.41.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 fe44f82eeaa..e466ce321a8 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.40.0 +version=5.41.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -11,7 +11,7 @@ maintainer="Denis Revin " license="LGPL-2" homepage="https://projects.kde.org/projects/frameworks/syntax-highlighting" distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=148dd0d3d091ad5ee352cc528f494a375d89d2812ff31b08c735e0929a358075 +checksum=0cf7fb843313863fd2faced3430d0974e5b7553275ba0a96db1e0a135c5aac42 if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools syntax-highlighting"