From 8c641e32b9283ee4de5e7726e22d77d0efd6b87a Mon Sep 17 00:00:00 2001 From: John Date: Mon, 15 Oct 2018 10:58:06 +0200 Subject: [PATCH] kcmutils: update to 5.51.0. --- srcpkgs/kcmutils/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kcmutils/template b/srcpkgs/kcmutils/template index c60d65877a2..3533369a40c 100644 --- a/srcpkgs/kcmutils/template +++ b/srcpkgs/kcmutils/template @@ -1,6 +1,6 @@ # Template file for 'kcmutils' pkgname=kcmutils -version=5.50.0 +version=5.51.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -11,7 +11,7 @@ maintainer="John " license="LGPL-2.0-or-later, LGPL-2.0-only" homepage="https://projects.kde.org/projects/frameworks/kcmutils" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=d70e08568a16cb294fae094383afdd4565f2fc39d8020fb347d35807c4453fe1 +checksum=c838d4671e87314897da62c62d3663d97e38ecb560fd5bf922a5806f7d611305 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake python"