kauth: update to 5.47.0.

This commit is contained in:
Piotr Wójcik 2018-06-11 09:42:56 +02:00
parent 5ab4632fb2
commit 9ea2301030

View file

@ -1,6 +1,6 @@
# Template file for 'kauth' # Template file for 'kauth'
pkgname=kauth pkgname=kauth
version=5.43.0 version=5.47.0
revision=1 revision=1
build_style=cmake build_style=cmake
hostmakedepends="extra-cmake-modules pkg-config" hostmakedepends="extra-cmake-modules pkg-config"
@ -9,8 +9,8 @@ short_desc="KDE Execute actions as privileged user"
maintainer="Denis Revin <denis.revin@gmail.com>" maintainer="Denis Revin <denis.revin@gmail.com>"
license="LGPL-2" license="LGPL-2"
homepage="https://projects.kde.org/projects/frameworks/kauth" homepage="https://projects.kde.org/projects/frameworks/kauth"
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=2e7002e6d30e42f09c8de6e6bcba4272f09666f0aa4acffe14c3e55a48df8817 checksum=29c7c3d6c539d52200806502e4b11a132c1941512df6f2d3e073ed3e7f7e00e9
if [ -n "$CROSS_BUILD" ]; then if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools-devel polkit-qt5-devel" hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools-devel polkit-qt5-devel"