plasma-sdk: update to 5.15.5

[ci skip]
This commit is contained in:
John 2019-05-07 18:42:25 +02:00
parent 9c20adc8c4
commit de7448daba

View file

@ -1,6 +1,6 @@
# Template file for 'plasma-sdk'
pkgname=plasma-sdk
version=5.15.4
version=5.15.5
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
@ -12,9 +12,9 @@ maintainer="John <johnz@posteo.net>"
license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://projects.kde.org/projects/plasma/plasma-sdk"
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
checksum=e6c188731e0f73bd6d79c55a12298bb032c2493d083a8cffaeb5f3ab1b1cdbb5
checksum=f91ccb03f016328c2bd54ac11a916b4f874cfe2304da1600f3fa014faeb7d329
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" kconfig-devel kcoreaddons-devel plasma-framework"
hostmakedepends+=" kpackage-devel kconfig-devel kcoreaddons-devel plasma-framework"
configure_args+=" -DKF5_HOST_TOOLING=/usr/lib/cmake"
fi