From c42dde8b89de9640fe6f9533331de253b66d0774 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 14 May 2019 11:18:08 +0200 Subject: [PATCH] prison: update to 5.58.0 [ci skip] --- srcpkgs/prison/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/prison/template b/srcpkgs/prison/template index dc759a5d86..7d28381df4 100644 --- a/srcpkgs/prison/template +++ b/srcpkgs/prison/template @@ -1,6 +1,6 @@ # Template file for 'prison' pkgname=prison -version=5.57.0 +version=5.58.0 revision=1 build_style=cmake hostmakedepends="kcoreaddons extra-cmake-modules qt5-tools" @@ -10,7 +10,7 @@ maintainer="John " license="MIT" homepage="https://community.kde.org/Frameworks" distfiles="${KDE_SITE}/frameworks/${version%.*}/prison-${version}.tar.xz" -checksum=6613decb2e0b61af5af3a3a9995970c2fdaa72f36bcfd7e9db547017ee4ca235 +checksum=2bd97bf19e70b67cac49eaefb89a0fe8bd506e710e10df41f9b7c65d9dc30b1d if [ "$CROSS_BUILD" ];then hostmakedepends+=" qt5-qmake qt5-host-tools"