From c4f25ba17ce3d70205afc78e48f4a85944f40567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Mon, 11 Jun 2018 09:42:47 +0200 Subject: [PATCH] frameworkintegration: update to 5.47.0. --- srcpkgs/frameworkintegration/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/frameworkintegration/template b/srcpkgs/frameworkintegration/template index 6c048d53242..c5fb7c1e697 100644 --- a/srcpkgs/frameworkintegration/template +++ b/srcpkgs/frameworkintegration/template @@ -1,6 +1,6 @@ # Template file for 'frameworkintegration' pkgname=frameworkintegration -version=5.43.0 +version=5.47.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -10,8 +10,8 @@ short_desc="Integration of Qt application with KDE workspaces" maintainer="Denis Revin " license="LGPL-2" homepage="https://projects.kde.org/projects/frameworks/frameworkintegration" -distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=80ef02d0f590c018321a1dca97dff8e40520e82cf5331d5591b85faa29995762 +distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" +checksum=ce936bce5606e2f41d8b8c36478594c3cebe508f6f0d2ea8feda67848f728d47 if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake python"