kpackage: update to 5.54.0.

This commit is contained in:
John Zimmermann 2019-01-12 17:44:37 +00:00
parent cebd3200dc
commit cd10438ac6

View file

@ -1,6 +1,6 @@
# Template file for 'kpackage' # Template file for 'kpackage'
pkgname=kpackage pkgname=kpackage
version=5.53.0 version=5.54.0
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DBUILD_TESTING=OFF" configure_args="-DBUILD_TESTING=OFF"
@ -11,7 +11,7 @@ maintainer="John <johnz@posteo.net>"
license="LGPL-2.1-or-later" license="LGPL-2.1-or-later"
homepage="https://projects.kde.org/projects/frameworks/kpackage" homepage="https://projects.kde.org/projects/frameworks/kpackage"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=2a272077b595639d4880fcbcab4b7102aa08db1a5083bb219f746be24f5c94be checksum=ebef00a26a0c95a912797c927137e2a23570be525abf5650db93d023473e36e8
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools" hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools"