summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Vos2018-03-31 23:10:42 +0100
committerAndrew Vos2018-03-31 23:10:42 +0100
commit77d301918779c4c5897d94b1adbdf161189e8a0a (patch)
tree640a9bf3f2c931914d0dd7eb541ea491b6fc261d /PKGBUILD
parent0124ae16b86e94f0227aa65f8696f616cc21d75d (diff)
downloadaur-77d301918779c4c5897d94b1adbdf161189e8a0a.tar.gz
Add gtk3 and json-glib as dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 735ce1ed38e0..39c586ab4191 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ arch=('any')
url="https://github.com/AndrewVos/vbar"
license=()
depends=()
+depends=('gtk3' 'json-glib')
makedepends=('git' 'vala')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")