summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Perez de Castro2019-10-08 14:36:39 +0300
committerAdrian Perez de Castro2019-10-08 14:37:08 +0300
commit879e54ee4530dd832638765e8118dd1d5286b57b (patch)
tree1f3226daff51acca4da1f66e785499327f594bc2 /PKGBUILD
parenta8772cc131b7ff54f943c26c937b1df7ba0c8812 (diff)
downloadaur-879e54ee4530dd832638765e8118dd1d5286b57b.tar.gz
Add missing gobject-introspection makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e1f7ab7fc7ab..cf382f711cff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgname=wf-shell-git
-pkgver=r63.3cff8dc
+pkgver=r127.5593eab
pkgrel=1
pkgdesc='GTK3-based panel for the Wayfire compositor'
url=https://wayfire.org
@@ -9,7 +9,7 @@ license=(custom:MIT)
provides=("${pkgname%-fit}")
conflicts=("${pkgname%-git}")
depends=(wf-config gtkmm3)
-makedepends=(wayland-protocols meson ninja git)
+makedepends=(wayland wayland-protocols meson ninja git gobject-introspection)
source=("${pkgname}::git+https://github.com/WayfireWM/wf-shell")
sha512sums=('SKIP')