From 0584972f345feb8a744112646be4bbf691690641 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 9 Dec 2018 12:06:13 +0100 Subject: [PATCH] kinit: update to 5.53.0. --- srcpkgs/kinit/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kinit/template b/srcpkgs/kinit/template index 4fb93c8ffa..9fd93889e7 100644 --- a/srcpkgs/kinit/template +++ b/srcpkgs/kinit/template @@ -1,6 +1,6 @@ # Template file for 'kinit' pkgname=kinit -version=5.52.0 +version=5.53.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -11,7 +11,7 @@ maintainer="John " license="LGPL-2.0-only" homepage="https://projects.kde.org/projects/frameworks/kinit" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=cda65094a7bb4a0a467b6fdfca65efd1cac7b8388d057f2a5624e89f6e16005f +checksum=5ce5b20ffdbd0bc5bd8ee5c261196319f53bfe93635228870ff601aa8a09ad91 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools"