summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-04-12 10:31:32 -0600
committerMark Wagie2022-04-12 10:31:32 -0600
commit59bb87914b7286475371a13f793cf379000d34ac (patch)
tree7882043897dfedd62f0e028c95edd4b32016b0da /PKGBUILD
parent8001c812cde600538c2a90d6de42e582d8694aa5 (diff)
downloadaur-59bb87914b7286475371a13f793cf379000d34ac.tar.gz
add missing build dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a642b7a83a7..6027a20e5e40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=gnome-shell-extension-gtile-git
-pkgver=50.r0.g14de178
-pkgrel=2
+pkgver=50.r5.gc59e79d
+pkgrel=1
pkgdesc="A window tiling extension for GNOME"
arch=('any')
url="https://github.com/gTile/gTile"
license=('GPL2')
depends=('gnome-shell')
-makedepends=('git' 'bazel' 'yarn')
+makedepends=('git' 'bazel' 'python' 'yarn')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("${pkgname%-git}::git+https://github.com/gTile/gTile.git")