From 7d826207adc12af53e7148bbad4ab1360c438d18 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 18 Mar 2023 18:42:45 +0100 Subject: [PATCH] khotkeys: update to 5.27.3. --- srcpkgs/khotkeys/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/khotkeys/template b/srcpkgs/khotkeys/template index dbb5ec84e18..739d4267549 100644 --- a/srcpkgs/khotkeys/template +++ b/srcpkgs/khotkeys/template @@ -1,6 +1,6 @@ # Template file for 'khotkeys' pkgname=khotkeys -version=5.27.2 +version=5.27.3 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=17bb29a85444b812b3928699f821e66f9196a59fee6280709a9d3664fa31db09 +checksum=e61bcbf598078980c4d5b37800e040d457f55f463ad141d6ea4dceb884b806eb if [ "$CROSS_BUILD" ]; then configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"