summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')