From 1ebe902118e197a66450f39fcc2e5b23a769e129 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 10 Apr 2021 13:44:16 +0200 Subject: [PATCH] kauth: update to 5.81.0. --- srcpkgs/kauth/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kauth/template b/srcpkgs/kauth/template index 0d3dc13ef13..7c0ca8ee895 100644 --- a/srcpkgs/kauth/template +++ b/srcpkgs/kauth/template @@ -1,6 +1,6 @@ # Template file for 'kauth' pkgname=kauth -version=5.80.0 +version=5.81.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://invent.kde.org/frameworks/kauth" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=26f07de07729abf90500749d7746eee63398fe96ca00d32f845084b4c89896dd +checksum=7e0062efe1838766890dee709b3ecd6767ced49173f9c149ac2ef492261fc9bd if [ "$CROSS_BUILD" ]; then hostmakedepends+=" kcoreaddons qt5-host-tools qt5-qmake qt5-tools-devel polkit-qt5-devel"