From 48b9a3903fdffd6aac2e99891ed7b6703512c989 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Thu, 8 Jun 2023 21:59:46 +1000 Subject: [PATCH] gnome-shell 44 compatibility --- PKGBUILD | 5 ++--- metadata.json | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 0fd6b20..cc37d6c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,13 +1,12 @@ # Maintainer: James Bunton pkgname=gnome-shell-extension-show-app-menu-on-key-press -pkgver=8 +pkgver=9 pkgrel=1 pkgdesc="Gnome shell extension to show app menu on key press" arch=('any') source=("extension.js" "metadata.json") -sha512sums=('9a2c5a611a4e7053aee91ab3969367b2098a512eae6b2f8651e08cb17d8b023afeaf04371ed082808863928d123bbfbe25728bba72b73410deff00888869e880' - '09dfbcaa3b35f3d9efa455b31726df51d693da7d726d59f08322b591249967b1202ee8695ba0bcfaeb967aac9476503c1fb249c16b86085cf2019a608954a782') +sha512sums=(SKIP SKIP) package() { for i in "${source[@]}"; do diff --git a/metadata.json b/metadata.json index 625805b..7826d6b 100644 --- a/metadata.json +++ b/metadata.json @@ -2,5 +2,5 @@ "name": "Show App Menu on Key Press", "description": "Show the app menu when any key is pressed and all windows are closed or hidden", "uuid": "show-app-menu-on-key-press@delx.net.au", - "shell-version": ["40.0", "41.0", "42.0", "43.0"] + "shell-version": ["40.0", "41.0", "42.0", "43.0", "44.0"] } -- 2.39.2