From 81af0cb2bcd67d73fdc8b8134d7ef0da2aecaf32 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 10 Nov 2018 11:33:36 +0100 Subject: [PATCH] kdeclarative: update to 5.52.0. --- srcpkgs/kdeclarative/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kdeclarative/template b/srcpkgs/kdeclarative/template index 3d550b2448..c7b40dc9af 100644 --- a/srcpkgs/kdeclarative/template +++ b/srcpkgs/kdeclarative/template @@ -1,6 +1,6 @@ # Template file for 'kdeclarative' pkgname=kdeclarative -version=5.51.0 +version=5.52.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.1-or-later" homepage="https://projects.kde.org/projects/frameworks/kdeclarative" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=72f7a8673a7d1feee44ed310cfc691811904b2f3866fe8715bcb9007a256b090 +checksum=53eae45d1525a1e08596a698b47fb80ec8218a1f27fa64fe8eabf89ec2fa536b if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake python kconfig"