From e89334afdd865bb6a6c9172adc8b836aad483f54 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 22 Jan 2023 00:40:07 +0100 Subject: [PATCH] khotkeys: update to 5.27.0 --- srcpkgs/khotkeys/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/khotkeys/template b/srcpkgs/khotkeys/template index 607f54a6bf6..e77fc2d1081 100644 --- a/srcpkgs/khotkeys/template +++ b/srcpkgs/khotkeys/template @@ -1,6 +1,6 @@ # Template file for 'khotkeys' pkgname=khotkeys -version=5.26.3 +version=5.27.0 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=7500019385813b6a243b472d18e9a6855dce655f91f357d8ce5b7c87cb70955f +checksum=3fde86d65902a32d63a4fde33ab5082c648ee6c203e36132ed4199194239def7 if [ "$CROSS_BUILD" ]; then configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"