From 36f83442d5a2e2a1f8683fb2786fe895a064d36c Mon Sep 17 00:00:00 2001 From: John Date: Sun, 13 Sep 2020 14:02:42 +0200 Subject: [PATCH] prison: update to 5.74.0 [ci skip] --- srcpkgs/prison/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/prison/template b/srcpkgs/prison/template index d401db39bc..8f6fb79453 100644 --- a/srcpkgs/prison/template +++ b/srcpkgs/prison/template @@ -1,6 +1,6 @@ # Template file for 'prison' pkgname=prison -version=5.73.0 +version=5.74.0 revision=1 build_style=cmake hostmakedepends="kcoreaddons extra-cmake-modules qt5-tools" @@ -10,14 +10,15 @@ maintainer="John " license="MIT" homepage="https://community.kde.org/Frameworks" distfiles="${KDE_SITE}/frameworks/${version%.*}/prison-${version}.tar.xz" -checksum=a2b135ffdf1af240366f3fb077c02c02094fb1706c6e84fab5186802544a5b87 +checksum=8cf56653c591ec2110fb39c91dd3cff60a68ca2b60e32d7c9fae14944636da51 if [ "$CROSS_BUILD" ];then hostmakedepends+=" qt5-qmake qt5-host-tools" fi post_install() { - vlicense LICENSE + vlicense LICENSES/BSD-3-Clause.txt + vlicense LICENSES/MIT.txt } prison-devel_package() {