summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-09-19 17:37:42 -0600
committerMark Wagie2023-09-19 17:37:42 -0600
commite69a9608adaf4c4593b83e0b6cdf1388a6710838 (patch)
treeeaeb50da731fa560dd97301e30ea4067a8f5d598
parentfef5099f115afcc3598a1639d4ed67e36ef95986 (diff)
downloadaur-e69a9608adaf4c4593b83e0b6cdf1388a6710838.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 3a6151dbb24a..77c7d8c7830f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-rounded-window-corners-git
pkgdesc = A GNOME Shell extension that adds rounded corners for all windows
pkgver = 11.r12.gce88738
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/yilozt/rounded-window-corners
arch = any
license = GPL3
@@ -9,7 +9,7 @@ pkgbase = gnome-shell-extension-rounded-window-corners-git
makedepends = gobject-introspection
makedepends = yarn
makedepends = zip
- depends = gnome-shell
+ depends = gnome-shell<=44
depends = libadwaita
provides = gnome-shell-extension-rounded-window-corners
conflicts = gnome-shell-extension-rounded-window-corners
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}")