summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2023-09-20 08:46:38 -0600
committerMark Wagie2023-09-20 08:46:38 -0600
commit4a2c4713dca2f8f4b52e2d923414f919dc20afae (patch)
tree2760eb3712985fe05053bb4e18d9065d6739d1bd /PKGBUILD
parent143079e86c269eb680952a196fcd66b384373df9 (diff)
downloadaur-4a2c4713dca2f8f4b52e2d923414f919dc20afae.tar.gz
correct maximum gnome-shell version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d29b40be2777..d4a08cba9cd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Tunes GNOME Overview UI to make it more usable."
arch=('any')
url="https://github.com/axxapy/gnome-ui-tune"
license=('GPL3')
-depends=('gnome-shell<=44.6')
+depends=('gnome-shell<=1:44.6')
makedepends=('git' 'jq')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")