From b30cf898f6dd5312726c4c01d91cefeb0610a67c Mon Sep 17 00:00:00 2001 From: John Date: Tue, 1 Aug 2023 14:55:30 +0200 Subject: [PATCH] khotkeys: update to 5.27.7. --- srcpkgs/khotkeys/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/khotkeys/template b/srcpkgs/khotkeys/template index 979bf131d82..3a1d3b9ef09 100644 --- a/srcpkgs/khotkeys/template +++ b/srcpkgs/khotkeys/template @@ -1,6 +1,6 @@ # Template file for 'khotkeys' pkgname=khotkeys -version=5.27.6 +version=5.27.7 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=dbc7ec600e0450901648e6513f25f7c1ccad6798ce38b70437258daa6d833d7e +checksum=6d85041dc59a4e0c6726c97c3f30caf6d22b8f960bcfc39fcdd294f16538efc6 if [ "$CROSS_BUILD" ]; then configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"