summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-09-19 17:25:53 -0600
committerMark Wagie2023-09-19 17:25:53 -0600
commit5392aa24a48685f5656776e68a62de84a976b572 (patch)
treea629ae6ae6a96bb77f5db06e3e990235a0f6b0f4
parent4f0a05b5c6b797f0c9e8056f94eeeff970388e94 (diff)
downloadaur-5392aa24a48685f5656776e68a62de84a976b572.tar.gz
fix typo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46bf28fce618..bb15176d5ebe 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
+ depends = gnome-shell<=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 c328297d4b49..9aaa230dc8d2 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')
+depends=('gnome-shell<=44.6')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")