From 441360b6ce68e416c8576f562c76311042b43bcc Mon Sep 17 00:00:00 2001 From: jambonmcyeah Date: Sat, 3 Feb 2018 14:46:50 -0500 Subject: [PATCH] partitionmanager: update to 3.3.1 Closes: #11375 [via git-merge-pr] --- srcpkgs/partitionmanager/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/partitionmanager/template b/srcpkgs/partitionmanager/template index 3569bb8e244..ad6be77da19 100644 --- a/srcpkgs/partitionmanager/template +++ b/srcpkgs/partitionmanager/template @@ -1,6 +1,6 @@ # Template file for 'partitionmanager' pkgname=partitionmanager -version=3.3.0 +version=3.3.1 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -12,7 +12,7 @@ maintainer="jambonmcyeah " license="GPL-2" homepage="http://kde.org/applications/system/kdepartitionmanager/" distfiles="http://download.kde.org/stable/${pkgname}/${version}/src/${pkgname}-${version}.tar.xz" -checksum=0e559a231fe21d1f184313f384490c905517682e1710058a1f7138c14ec6074a +checksum=5107955f9c70fc859bef04a54bffb28cd50efe355694232b9860e9d9c97a0f4a if [ -n "$CROSS_BUILD" ]; then configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"