From 2eb767f0dfc993bb6f2b6e4748bcea44ac6660ca Mon Sep 17 00:00:00 2001 From: Sir_Boops Date: Wed, 16 Aug 2017 07:36:44 -0600 Subject: [PATCH] kauth: update to 5.37.0 --- srcpkgs/kauth/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kauth/template b/srcpkgs/kauth/template index 6903781c757..fa9d98ec9a2 100644 --- a/srcpkgs/kauth/template +++ b/srcpkgs/kauth/template @@ -1,6 +1,6 @@ # Template file for 'kauth' pkgname=kauth -version=5.36.0 +version=5.37.0 revision=1 build_style=cmake hostmakedepends="extra-cmake-modules pkg-config" @@ -10,7 +10,7 @@ maintainer="Denis Revin " license="LGPL-2" homepage="https://projects.kde.org/projects/frameworks/kauth" distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=d3f94113d14f85894f59f234efebfec8c42b4b8a8452460b7f4f2ccc03657d28 +checksum=bc982bb8443d8a9791c4fffa20e29c9f852a7a18fa31f023d8b4efb517123f32 if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools-devel polkit-qt5-devel"