From 381742a3d17266ef745c8f4eff9752216e7c50fb Mon Sep 17 00:00:00 2001 From: John Date: Tue, 5 May 2020 23:57:10 +0200 Subject: [PATCH] khotkeys: update to 5.18.5 [ci skip] --- srcpkgs/khotkeys/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/khotkeys/template b/srcpkgs/khotkeys/template index 86afe5891fb..5bbcfe8909b 100644 --- a/srcpkgs/khotkeys/template +++ b/srcpkgs/khotkeys/template @@ -1,6 +1,6 @@ # Template file for 'khotkeys' pkgname=khotkeys -version=5.18.4.1 +version=5.18.5 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -11,8 +11,8 @@ short_desc="KDE Hotkeys" maintainer="John " license="GPL-2.0-only, LGPL-2.0-or-later" homepage="https://projects.kde.org/projects/plasma/khotkeys" -distfiles="${KDE_SITE}/plasma/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=272f83576ab3b13203400854431e891c27d027684eebc720f2009734d3b7221f +distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz" +checksum=8f02fdf3bbecdc31c305c276fe2b3b2eca6dc10195e65c723ee9148fed81e766 if [ "$CROSS_BUILD" ]; then configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"