From ddd7ee27cc27dc22f9ce5a67e17098d3093b0523 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 13 Dec 2020 22:51:05 +0100 Subject: [PATCH] syntax-highlighting: update to 5.77.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 760d9c49b9b..cfce24fa998 100644 --- a/srcpkgs/syntax-highlighting/template +++ b/srcpkgs/syntax-highlighting/template @@ -1,9 +1,9 @@ # Template file for 'syntax-highlighting' pkgname=syntax-highlighting -version=5.76.0 +version=5.77.0 revision=1 build_style=cmake -configure_args="-DBUILD_TESTING=OFF" +configure_args="-DBUILD_TESTING=ON" 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" @@ -11,7 +11,7 @@ maintainer="John " license="LGPL-2.1-or-later" homepage="https://invent.kde.org/frameworks/syntax-highlighting" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=3cb61a8c478b76f797db53ed9e8a16c6e70bb1c564f05938680db81c3062bab3 +checksum=36898baf86dce80ff125a6b2ae33afee497a61e06711aaa7ef7e0bec390bb6a4 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools syntax-highlighting qt5-devel qt5-tools-devel"