From 817cb6f4c05783e23e09c84769a4c7e3f5ab10f2 Mon Sep 17 00:00:00 2001 From: John Zimmermann Date: Sat, 12 Jan 2019 17:43:27 +0000 Subject: [PATCH] kauth: update to 5.54.0. --- srcpkgs/kauth/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kauth/template b/srcpkgs/kauth/template index b6738911207..5f5dfd33ebc 100644 --- a/srcpkgs/kauth/template +++ b/srcpkgs/kauth/template @@ -1,6 +1,6 @@ # Template file for 'kauth' pkgname=kauth -version=5.53.0 +version=5.54.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=6b7c270812268e1a6925011932d8f8242635775f610377582e991b86ec578130 +checksum=505c529d5456cf3eacdcdc8e80b5b258282d648f95b6ada7bbf99c17bf5a2ab2 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools-devel polkit-qt5-devel"