From f5ceae61bcd5ee69caa690286fc04f036af6a0f6 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 9 Dec 2018 12:05:07 +0100 Subject: [PATCH] kauth: update to 5.53.0. --- srcpkgs/kauth/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kauth/template b/srcpkgs/kauth/template index 0b7d133d50e..b6738911207 100644 --- a/srcpkgs/kauth/template +++ b/srcpkgs/kauth/template @@ -1,6 +1,6 @@ # Template file for 'kauth' pkgname=kauth -version=5.52.0 +version=5.53.0 revision=1 build_style=cmake hostmakedepends="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=b5f7a8c4e13dfcb904d0767e87354420cf385d1e02e53d4a5bb329bc71f72079 +checksum=6b7c270812268e1a6925011932d8f8242635775f610377582e991b86ec578130 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools-devel polkit-qt5-devel"