From 831e2e6489b5735ee73053d26ccf966ba8110c87 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 13 Jul 2019 10:54:54 +0200 Subject: [PATCH] kauth: update to 5.60.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 c0145e7f52..0b1f43d5ff 100644 --- a/srcpkgs/kauth/template +++ b/srcpkgs/kauth/template @@ -1,6 +1,6 @@ # Template file for 'kauth' pkgname=kauth -version=5.59.0 +version=5.60.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=e7d9cbbc108df1c2d41038785967ed9a9489987462ba5f1f1a9d270ae9e1093c +checksum=50a2a2eb90d7529bb6fc4ddd77e37ef5b25c612b18487cc63d8d086d5ec28916 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" kcoreaddons qt5-host-tools qt5-qmake qt5-tools-devel polkit-qt5-devel"