From 347218271e9bc545fc82aee56e30afa8f456c8e8 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 6 Apr 2021 19:57:33 +0200 Subject: [PATCH] khotkeys: update to 5.21.4. --- srcpkgs/khotkeys/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/khotkeys/template b/srcpkgs/khotkeys/template index cf1bd1f1806..8bb7989c420 100644 --- a/srcpkgs/khotkeys/template +++ b/srcpkgs/khotkeys/template @@ -1,6 +1,6 @@ # Template file for 'khotkeys' pkgname=khotkeys -version=5.21.3 +version=5.21.4 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -12,7 +12,7 @@ maintainer="John " license="GPL-2.0-only, LGPL-2.0-or-later" homepage="https://invent.kde.org/plasma/khotkeys" distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz" -checksum=74051ad637ab49bab81391f8789253e1e0e275a0aa7971ca553dff5a56866ad8 +checksum=a3f42777930145b2757eff95d468fd945c34db111d144d823e89521a3f5a6616 if [ "$CROSS_BUILD" ]; then configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"