From 22994d18c79c360e6312c861c10de7ec44a6c544 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 13 Apr 2019 19:20:19 +0200 Subject: [PATCH] syntax-highlighting: update to 5.57.0 [ci skip] --- srcpkgs/syntax-highlighting/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/syntax-highlighting/template b/srcpkgs/syntax-highlighting/template index c2869bfb2b1..366a70595de 100644 --- a/srcpkgs/syntax-highlighting/template +++ b/srcpkgs/syntax-highlighting/template @@ -1,17 +1,17 @@ # Template file for 'syntax-highlighting' pkgname=syntax-highlighting -version=5.56.0 +version=5.57.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" -hostmakedepends="extra-cmake-modules perl" +hostmakedepends="kcoreaddons extra-cmake-modules perl" makedepends="qt5-devel qt5-tools-devel qt5-xmlpatterns-devel" short_desc="Syntax highlighting engine for structured text and code" 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=14c1832e268c8053cc0ef9ff00415794801e518f9c103328eca661a657d8803e +checksum=e82261e791005a55414fc81a396ca33ee8c061acd66c2c351492d866b3592e9f if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools syntax-highlighting qt5-devel qt5-tools-devel"