summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-09-19 17:10:04 -0600
committerMark Wagie2023-09-19 17:10:04 -0600
commit4f0a05b5c6b797f0c9e8056f94eeeff970388e94 (patch)
tree84295fbeee59d30447755d583f3bc69636fe0946
parente4509ffb3116e08a8accbfb545e284ec4a9b71ac (diff)
downloadaur-4f0a05b5c6b797f0c9e8056f94eeeff970388e94.tar.gz
add maximum gnome-shell-version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e90e419f788b..46bf28fce618 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gnome-shell-extension-multi-monitors-add-on-git
pkgdesc = Adds panels and thumbnails for additional monitors.
- pkgver = 19.r40.g0b54630
+ pkgver = 19.r49.gd8ea040
pkgrel = 1
epoch = 1
url = https://github.com/realh/multi-monitors-add-on
arch = any
license = GPL2
makedepends = git
- depends = gnome-shell
+ depends = gnome-shell<=44
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 6443b4eb886d..c328297d4b49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# Contributor: smcdougall <simon at sjmcdougall dot com>
pkgname=gnome-shell-extension-multi-monitors-add-on-git
_pkgname=multi-monitors-add-on
-pkgver=19.r40.g0b54630
+pkgver=19.r49.gd8ea040
pkgrel=1
epoch=1
pkgdesc="Adds panels and thumbnails for additional monitors."
arch=('any')
url="https://github.com/realh/multi-monitors-add-on"
license=('GPL2')
-depends=('gnome-shell')
+depends=('gnome-shell<=44')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")