diff options
author | Mark Wagie | 2023-09-20 08:35:45 -0600 |
---|---|---|
committer | Mark Wagie | 2023-09-20 08:35:45 -0600 |
commit | ad166ebaf3d198f8e54b6edae6e8c590e02d52d7 (patch) | |
tree | cc922b63c0668a132ecd11c32f041c091a91bb18 | |
parent | 8518941c6bbc91d8a573a0c6750322b3f6120c04 (diff) | |
download | aur-ad166ebaf3d198f8e54b6edae6e8c590e02d52d7.tar.gz |
correct maximum gnome-shell version
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ pkgbase = gnome-shell-extension-another-window-session-manager-git license = GPL3 makedepends = git depends = glib2 - depends = gnome-shell<=44.6 + depends = gnome-shell<=1:44.6 depends = libgtop depends = procps-ng optdepends = ydotool: to make Close by rules work @@ -6,7 +6,7 @@ pkgdesc="A GNOME shell extension to close open windows gracefully and save them arch=('any') url="https://github.com/nlpsuge/gnome-shell-extension-another-window-session-manager" license=('GPL3') -depends=('glib2' 'gnome-shell<=44.6' 'libgtop' 'procps-ng') +depends=('glib2' 'gnome-shell<=1:44.6' 'libgtop' 'procps-ng') makedepends=('git') optdepends=('ydotool: to make Close by rules work') provides=("${pkgname%-git}") |