From ad06b70c0c9d9094e11fe9bc9b62ae38a5e867c7 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 12 Mar 2019 20:07:30 +0100 Subject: [PATCH] systemsettings: update to 5.15.3 [ci skip] --- srcpkgs/systemsettings/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/systemsettings/template b/srcpkgs/systemsettings/template index bdd73bd367..7520db5f59 100644 --- a/srcpkgs/systemsettings/template +++ b/srcpkgs/systemsettings/template @@ -1,6 +1,6 @@ # Template file for 'systemsettings' pkgname=systemsettings -version=5.15.2 +version=5.15.3.1 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -12,8 +12,8 @@ short_desc="KDE System settings" maintainer="John " license="GPL-2.0-or-later, GFDL-1.2" homepage="https://projects.kde.org/projects/plasma/systemsettings" -distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz" -checksum=d450b06fc4a75fdba42380cb26719f7def1c2a0dae78847c288500bfc256a367 +distfiles="${KDE_SITE}/plasma/${version%.*}/${pkgname}-${version}.tar.xz" +checksum=c54e276b57426199827293c9d0d874401cae89ceaa14f64df40bb942e3ac85d2 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" python qt5-qmake qt5-host-tools kconfig kdoctools"