kdesu: update to 5.47.0.

This commit is contained in:
Piotr Wójcik 2018-06-11 09:43:29 +02:00
parent b9236dda93
commit ba2fb2ed8c

View file

@ -1,6 +1,6 @@
# Template file for 'kdesu'
pkgname=kdesu
version=5.43.0
version=5.47.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
@ -10,8 +10,8 @@ short_desc="KDE User interface for running shell commands with root privileges"
maintainer="Denis Revin <denis.revin@gmail.com>"
license="LGPL-2"
homepage="https://projects.kde.org/projects/frameworks/kdesu"
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=a69169d7de137f2810f287c49aa0281038c53b6bd8c879298967fea22b0a94d6
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=79bb672375c2f4cd883998ba7494e3a431384d348eaffceae71c44d246d882e5
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake python"