]> code.delx.au - show-app-menu-on-key-press/commitdiff
gnome-shell 42 compatibility
authorJames Bunton <jamesbunton@delx.net.au>
Fri, 22 Apr 2022 10:31:46 +0000 (20:31 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Fri, 22 Apr 2022 10:31:46 +0000 (20:31 +1000)
PKGBUILD
metadata.json

index 07f9b3104159a111ec5cf577c1b68f4252dce955..d93b2e6cedd638c0ab3664e701911f3427a4aad1 100644 (file)
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
 # Maintainer: James Bunton <jamesbunton@delx.net.au>
 
 pkgname=gnome-shell-extension-show-app-menu-on-key-press
-pkgver=6
+pkgver=7
 pkgrel=1
 pkgdesc="Gnome shell extension to show app menu on key press"
 arch=('any')
 source=("extension.js" "metadata.json")
 sha512sums=('9a2c5a611a4e7053aee91ab3969367b2098a512eae6b2f8651e08cb17d8b023afeaf04371ed082808863928d123bbfbe25728bba72b73410deff00888869e880'
-            '79acd444309840b8734a216668288bdc04f324da4278ad8397bbe106d8747422ce940ed1e4a457eb196bff66f40ee515420bea02535ab26e081da307fd358ab0')
+            '47d5dcef46fdab89c5624e0ad3d6bb0c8075caec46e3620a8cedc10d086e4edb7dfd9dbd8962fcfa5d1c8e6c668678131d49840ad16b00c90efcb4ab9c4654df')
 
 package() {
   for i in "${source[@]}"; do
index 4e18300324ef010907e7665cce50404ef794c6f4..f7b89b99e22005b877aadc9b885cfb2b230bd0a6 100644 (file)
@@ -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"]
+    "shell-version": ["40.0", "41.0", "42.0"]
 }