From: James Bunton Date: Sat, 19 Nov 2022 03:44:22 +0000 (+1100) Subject: gnome-shell 43 compatibility X-Git-Url: https://code.delx.au/show-app-menu-on-key-press/commitdiff_plain/26f209ee0f382a38a996049308bbb4cad4546d7e gnome-shell 43 compatibility --- diff --git a/PKGBUILD b/PKGBUILD index d93b2e6..0fd6b20 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,13 +1,13 @@ # Maintainer: James Bunton pkgname=gnome-shell-extension-show-app-menu-on-key-press -pkgver=7 +pkgver=8 pkgrel=1 pkgdesc="Gnome shell extension to show app menu on key press" arch=('any') source=("extension.js" "metadata.json") sha512sums=('9a2c5a611a4e7053aee91ab3969367b2098a512eae6b2f8651e08cb17d8b023afeaf04371ed082808863928d123bbfbe25728bba72b73410deff00888869e880' - '47d5dcef46fdab89c5624e0ad3d6bb0c8075caec46e3620a8cedc10d086e4edb7dfd9dbd8962fcfa5d1c8e6c668678131d49840ad16b00c90efcb4ab9c4654df') + '09dfbcaa3b35f3d9efa455b31726df51d693da7d726d59f08322b591249967b1202ee8695ba0bcfaeb967aac9476503c1fb249c16b86085cf2019a608954a782') package() { for i in "${source[@]}"; do diff --git a/metadata.json b/metadata.json index f7b89b9..625805b 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"] + "shell-version": ["40.0", "41.0", "42.0", "43.0"] }