kpackage: update to 5.57.0

[ci skip]
This commit is contained in:
John 2019-04-13 19:18:14 +02:00
parent ece3d9fd2b
commit f97627f858
1 changed files with 3 additions and 3 deletions

View File

@ -1,17 +1,17 @@
# Template file for 'kpackage'
pkgname=kpackage
version=5.56.0
version=5.57.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules"
hostmakedepends="kcoreaddons extra-cmake-modules"
makedepends="karchive-devel kconfig-devel kcoreaddons-devel ki18n-devel kdoctools-devel"
short_desc="KDE Installation and loading of additional content as packages"
maintainer="John <johnz@posteo.net>"
license="LGPL-2.1-or-later"
homepage="https://projects.kde.org/projects/frameworks/kpackage"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=59fe9c9ec38ec9afb0381921ad72593772d28273ad85469df20083731b05f90c
checksum=2d2d497d50e8ce986d6de4462391122963d9b7605889fd20cd3ceb4dd6910814
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools"