From 138c2b95c1d01e5b85b1acca677b95be08b2427f Mon Sep 17 00:00:00 2001 From: John Date: Sat, 11 Apr 2020 12:42:27 +0200 Subject: [PATCH] kauth: update to 5.69.0 [ci skip] --- srcpkgs/kauth/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kauth/template b/srcpkgs/kauth/template index 6fa4fb416d..87f1b1d617 100644 --- a/srcpkgs/kauth/template +++ b/srcpkgs/kauth/template @@ -1,6 +1,6 @@ # Template file for 'kauth' pkgname=kauth -version=5.68.0 +version=5.69.0 revision=1 build_style=cmake hostmakedepends="kcoreaddons extra-cmake-modules pkg-config" @@ -10,7 +10,7 @@ maintainer="John " license="LGPL-2.1-or-later" homepage="https://projects.kde.org/projects/frameworks/kauth" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=b9a7cd724709ea188852f7656fbeda2dc3cc40cc5d09573049c2680c0edbd41f +checksum=20cff8f232ac648bbdad824d819786190ccab2eef2e285866952d63e3edf1ec2 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" kcoreaddons qt5-host-tools qt5-qmake qt5-tools-devel polkit-qt5-devel"