From 8abec95c0445e775c5bf3090c8f6794778f97e4a Mon Sep 17 00:00:00 2001 From: John Date: Tue, 31 Mar 2020 22:41:00 +0200 Subject: [PATCH] khotkeys: update to 5.18.4.1 [ci skip] --- srcpkgs/khotkeys/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/khotkeys/template b/srcpkgs/khotkeys/template index 1f6cefafc6d..86afe5891fb 100644 --- a/srcpkgs/khotkeys/template +++ b/srcpkgs/khotkeys/template @@ -1,6 +1,6 @@ # Template file for 'khotkeys' pkgname=khotkeys -version=5.18.3 +version=5.18.4.1 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=e2b459da176c369fecc46a0dfa151266e4778194b3b8d81c4d7bc423301ff204 +distfiles="${KDE_SITE}/plasma/${version%.*}/${pkgname}-${version}.tar.xz" +checksum=272f83576ab3b13203400854431e891c27d027684eebc720f2009734d3b7221f if [ "$CROSS_BUILD" ]; then configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"