diff options
author | Ben Widawsky | 2019-06-06 09:58:05 -0700 |
---|---|---|
committer | Ben Widawsky | 2019-06-06 09:58:05 -0700 |
commit | 9704df1b3ae80c0bd8b2ee6c01fada2db6646412 (patch) | |
tree | 99684121d9fc680c6e92a9f0ce68e2a166f26519 | |
parent | 26719e156a2bcdc8d68ebd050aaea21037c6dc88 (diff) | |
download | aur-9704df1b3ae80c0bd8b2ee6c01fada2db6646412.tar.gz |
Add dep for wlroots-git
This is currently needed because the protocol isn't yet in wlroots.
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,13 +1,13 @@ # Maintainer: Ben Widawsky <ben@bwidawsk.net> pkgname=kanshi-git -pkgver=r63.725d788 +pkgver=r67.32666e0 pkgrel=1 pkgdesc="Dynamic display configuration for WMs like i3/sway" arch=(x86_64) url="https://github.com/emersion/kanshi" license=('MIT') groups=() -depends=() +depends=(wlroots-git) makedepends=('git' 'meson' 'ninja' 'scdoc' 'wayland') provides=("${pkgname%-git}") conflicts=("${pkgname%-git}") |