kpackage: update to 5.50.0.

This commit is contained in:
John 2018-09-08 10:39:11 +02:00 committed by Helmut Pozimski
parent f2e90109e9
commit bb96463998
1 changed files with 3 additions and 3 deletions

View File

@ -1,17 +1,17 @@
# Template file for 'kpackage'
pkgname=kpackage
version=5.49.0
version=5.50.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="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="Denis Revin <denis.revin@gmail.com>"
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=8d4dab6fd11b4e565e38590a9d8f98f85b26814eb56808de43ce3db23a976ef5
checksum=17496b33814b237f2a5f40f56cc6b3d33d0575ce90d693f44828d542e587a12f
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools"