From c0f277f0175d93f21bdcc1034510c6d59783f53d Mon Sep 17 00:00:00 2001 From: John Date: Sun, 9 Dec 2018 12:06:44 +0100 Subject: [PATCH] kparts: update to 5.53.0. --- srcpkgs/kparts/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kparts/template b/srcpkgs/kparts/template index 2c3e3e0205f..51f1eef8c11 100644 --- a/srcpkgs/kparts/template +++ b/srcpkgs/kparts/template @@ -1,6 +1,6 @@ # Template file for 'kparts' pkgname=kparts -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.1-or-later" homepage="https://projects.kde.org/projects/frameworks/kparts" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=072d893e6466a50781c46168616cc165586f75751bd2290a0790b166e751f783 +checksum=355aa9dc232c80433a2141020b487160fe065458a3fc8abe9cc436038e5bdf31 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake python"