From e03d6d2f53973d6f92f704beb9a7d8b1ec4b21b1 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 10 Nov 2019 10:37:13 +0100 Subject: [PATCH] kdeclarative: update to 5.64.0 [ci skip] --- srcpkgs/kdeclarative/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kdeclarative/template b/srcpkgs/kdeclarative/template index 6d0d296d5c4..7736bce6846 100644 --- a/srcpkgs/kdeclarative/template +++ b/srcpkgs/kdeclarative/template @@ -1,6 +1,6 @@ # Template file for 'kdeclarative' pkgname=kdeclarative -version=5.63.0 +version=5.64.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=c873ab1076fce137090c341c9f2c1751b5aacf85eeb62b899bdda5936bb6fc08 +checksum=1bf199aebabe63880babc364572de44f6b0a94ffbbffd955bc85916c2be7701d if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake python kconfig"