kpackage: Update to 5.42.0

This commit is contained in:
Sir_Boops 2018-01-15 19:19:22 -05:00 committed by Jürgen Buchmüller
parent c6acaa48bb
commit 416a289273
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'kpackage' # Template file for 'kpackage'
pkgname=kpackage pkgname=kpackage
version=5.41.0 version=5.42.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="Denis Revin <denis.revin@gmail.com>"
license="LGPL-2" license="LGPL-2"
homepage="https://projects.kde.org/projects/frameworks/kpackage" homepage="https://projects.kde.org/projects/frameworks/kpackage"
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=b5fd12baf2de9d93ca245a7775052589dea88d0ade2299174ebe8ae2a1d6c398 checksum=0acbb8076953ac8fa1723a221f7043331c2dbf67292ceafd94a0a17e00845581
if [ -n "$CROSS_BUILD" ]; then if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools" hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools"