summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-09-20 08:42:22 -0600
committerMark Wagie2023-09-20 08:42:22 -0600
commitca94a62d4e3495ea061849bc3682840f15a293bc (patch)
treed1a03484ff504271cd44d6f7352a3d84badf0fa2
parent59740d5eae846bad9df0871141746668953ae387 (diff)
downloadaur-ca94a62d4e3495ea061849bc3682840f15a293bc.tar.gz
correct maximum gnome-shell version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63fb43454401..043b48523500 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = gnome-shell-extension-disconnect-wifi-git
url = https://github.com/kgshank/gse-disconnect-wifi
arch = any
license = GPL3
- depends = gnome-shell<=44.6
+ depends = gnome-shell<=1:44.6
provides = gnome-shell-extension-disconnect-wifi
conflicts = gnome-shell-extension-disconnect-wifi
source = git+https://github.com/kgshank/gse-disconnect-wifi.git
diff --git a/PKGBUILD b/PKGBUILD
index eea2a7acc112..f7ad7e7832ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Adds a disconnect option for Wifi in status menu"
arch=('any')
url="https://github.com/kgshank/gse-disconnect-wifi"
license=('GPL3')
-depends=('gnome-shell<=44.6')
+depends=('gnome-shell<=1:44.6')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://github.com/kgshank/gse-disconnect-wifi.git')