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"