summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2023-09-20 08:53:37 -0600
committerMark Wagie2023-09-20 08:53:37 -0600
commit07e7bdddd68c2fa65767b5bbe74fbd06e9d759dd (patch)
tree6e7dba2e0edeb531e1635582239dfdfca901ec20 /PKGBUILD
parente69a9608adaf4c4593b83e0b6cdf1388a6710838 (diff)
downloadaur-07e7bdddd68c2fa65767b5bbe74fbd06e9d759dd.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 4db8e54f1b25..1312d15be55b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A GNOME Shell extension that adds rounded corners for all windows"
arch=('any')
url="https://github.com/yilozt/rounded-window-corners"
license=('GPL3')
-depends=('gnome-shell<=44' 'libadwaita')
+depends=('gnome-shell<=1:44.6' 'libadwaita')
makedepends=('git' 'gobject-introspection' 'yarn' 'zip')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")