From c57e0f16a31e627199673614abf414879dd863c4 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Fri, 22 Apr 2022 20:31:46 +1000 Subject: [PATCH] gnome-shell 42 compatibility --- PKGBUILD | 4 ++-- metadata.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 07f9b31..d93b2e6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,13 +1,13 @@ # Maintainer: James Bunton 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 diff --git a/metadata.json b/metadata.json index 4e18300..f7b89b9 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"] + "shell-version": ["40.0", "41.0", "42.0"] } -- 2.39.2