summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2023-07-28 08:12:18 -0600
committerMark Wagie2023-07-28 08:12:18 -0600
commitfef5099f115afcc3598a1639d4ed67e36ef95986 (patch)
tree2c5fecf2a7f0583578cce7c41b96d767624f185f /PKGBUILD
parentc6aac57b22f42771148acaf94765fc3112fc349d (diff)
downloadaur-fef5099f115afcc3598a1639d4ed67e36ef95986.tar.gz
add missing build dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b208994fb69e..72ca4c6326fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Igor Dyatlov <dyatlov.igor@protonmail.com>
-# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
+# Co-Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=gnome-shell-extension-rounded-window-corners-git
-pkgver=11.r10.g57c845f
-pkgrel=2
+pkgver=11.r12.gce88738
+pkgrel=1
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')
-makedepends=('git' 'gobject-introspection' 'yarn')
+makedepends=('git' 'gobject-introspection' 'yarn' 'zip')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://github.com/yilozt/rounded-window-corners.git')