From 39d934036f7a0a951d4eb86174eb5f82c656d837 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 14 May 2019 11:18:20 +0200 Subject: [PATCH] syntax-highlighting: update to 5.58.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 366a70595de..a1d4d86b9bf 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.57.0 +version=5.58.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=e82261e791005a55414fc81a396ca33ee8c061acd66c2c351492d866b3592e9f +checksum=b97e58e9fe64bc21368d18c57b69dd5696328a0722c01ae2e113826e2e35ba76 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools syntax-highlighting qt5-devel qt5-tools-devel"