From 49988015ce17591ce4cd23a9f58e731e99b20da4 Mon Sep 17 00:00:00 2001 From: yopito Date: Sun, 15 Oct 2017 10:34:06 +0200 Subject: [PATCH] kauth: update to 5.39.0. --- srcpkgs/kauth/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kauth/template b/srcpkgs/kauth/template index fa9d98ec9a2..1a0150c4bb2 100644 --- a/srcpkgs/kauth/template +++ b/srcpkgs/kauth/template @@ -1,6 +1,6 @@ # Template file for 'kauth' pkgname=kauth -version=5.37.0 +version=5.39.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=bc982bb8443d8a9791c4fffa20e29c9f852a7a18fa31f023d8b4efb517123f32 +checksum=b184b817d155b272cf42fa748c6d3c9f1713be423551d2a74e297821f6ee7221 if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools-devel polkit-qt5-devel"