kdesu: update to 5.57.0

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

View File

@ -1,17 +1,17 @@
# Template file for 'kdesu'
pkgname=kdesu
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="kservice-devel kpty-devel"
short_desc="KDE User interface for running shell commands with root privileges"
maintainer="John <johnz@posteo.net>"
license="LGPL-2.0-only"
homepage="https://projects.kde.org/projects/frameworks/kdesu"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=949a23837de945131042e795daaa8a1abc4d9e03cf149cc9cea78636573e8739
checksum=76d98db52f7f375991cd7ccbbf1dc100716f99a5792b71ef31a75cc33cf45b19
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake python"