summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2023-09-19 17:37:42 -0600
committerMark Wagie2023-09-19 17:37:42 -0600
commite69a9608adaf4c4593b83e0b6cdf1388a6710838 (patch)
treeeaeb50da731fa560dd97301e30ea4067a8f5d598 /PKGBUILD
parentfef5099f115afcc3598a1639d4ed67e36ef95986 (diff)
downloadaur-e69a9608adaf4c4593b83e0b6cdf1388a6710838.tar.gz
add maximum gnome-shell-version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 72ca4c6326fc..4db8e54f1b25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Co-Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=gnome-shell-extension-rounded-window-corners-git
pkgver=11.r12.gce88738
-pkgrel=1
+pkgrel=2
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' 'libadwaita')
+depends=('gnome-shell<=44' 'libadwaita')
makedepends=('git' 'gobject-introspection' 'yarn' 'zip')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")