From 843e4cdd297587811d5020a34baa475a8e9c88bc Mon Sep 17 00:00:00 2001 From: John Date: Sat, 11 Jul 2020 11:30:42 +0200 Subject: [PATCH] syntax-highlighting: update to 5.72.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 90fefe7ac9..dc7d3b3b4e 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.71.0 +version=5.72.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -9,9 +9,9 @@ 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" +homepage="https://invent.kde.org/frameworks/syntax-highlighting" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=845ae0c7b8523c23c3ad704a6c551260a358d96b0094a5c2b062879e58173f84 +checksum=7faf0f620eec7bc0ab8f0dd72b45113b3fab0f9ec85dc6d2215b86dd34c8258f if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools syntax-highlighting qt5-devel qt5-tools-devel"