kwalletmanager: update to 18.04.1.

Closes #14385.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
Piotr Wójcik 2018-05-14 16:04:27 +02:00 committed by Enno Boland
parent 991fe4be03
commit e082ff3a97

View file

@ -1,6 +1,6 @@
# Template file for 'kwalletmanager'
pkgname=kwalletmanager
version=18.04.0
version=18.04.1
revision=1
build_style=cmake
configure_args="-Wno-dev -DSYSCONF_INSTALL_DIR=/etc"
@ -8,10 +8,10 @@ hostmakedepends="extra-cmake-modules pkg-config kauth"
makedepends="kcmutils-devel kparts-devel qt5-devel"
short_desc="KDE Wallet Management Tools"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="GPL-2, LGPL-2.1"
license="GPL-2.0-only"
homepage="http://www.kde.org/applications/system/kwalletmanager/"
distfiles="http://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz"
checksum=9824f59506ddf910b76dbe60ad69ee7b1f621493c1a46dc65e581954171181b8
distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
checksum=5fea1d7c1793a7b3a54c15d90bc225a6b05af69d7aff8ebad9c588d90264406e
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake"