summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-09-20 08:49:08 -0600
committerMark Wagie2023-09-20 08:49:08 -0600
commite1a86913e7a495179dceb1551b8ca8081318554b (patch)
tree821ae7f813d37fed9c39c8b58831e03c133fc8ca
parent5392aa24a48685f5656776e68a62de84a976b572 (diff)
downloadaur-e1a86913e7a495179dceb1551b8ca8081318554b.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 bb15176d5ebe..0eda181b8758 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = gnome-shell-extension-multi-monitors-add-on-git
arch = any
license = GPL2
makedepends = git
- depends = gnome-shell<=44.6
+ depends = gnome-shell<=1:44.6
provides = gnome-shell-extension-multi-monitors-add-on
conflicts = gnome-shell-extension-multi-monitors-add-on
source = git+https://github.com/realh/multi-monitors-add-on.git
diff --git a/PKGBUILD b/PKGBUILD
index 9aaa230dc8d2..0fa9a7695bc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="Adds panels and thumbnails for additional monitors."
arch=('any')
url="https://github.com/realh/multi-monitors-add-on"
license=('GPL2')
-depends=('gnome-shell<=44.6')
+depends=('gnome-shell<=1:44.6')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")