summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2023-09-20 08:53:50 -0600
committerMark Wagie2023-09-20 08:53:50 -0600
commit55400f8382ccafb18115707d6fc710350a8d583a (patch)
tree4044406e2677aee9ec448a1b3d805f26fbcfd0ed /PKGBUILD
parent07e7bdddd68c2fa65767b5bbe74fbd06e9d759dd (diff)
downloadaur-55400f8382ccafb18115707d6fc710350a8d583a.tar.gz
remove unneeded dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1312d15be55b..7f8561311229 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=2
+pkgrel=3
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<=1:44.6' 'libadwaita')
+depends=('gnome-shell<=1:44.6')
makedepends=('git' 'gobject-introspection' 'yarn' 'zip')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")