syntax-highlighting: update to 5.72.0

[ci skip]
This commit is contained in:
John 2020-07-11 11:30:42 +02:00
parent 74d7d1ba6a
commit 843e4cdd29

View file

@ -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 <me@johnnynator.dev>"
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"