summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDrew DeVault2015-08-17 21:27:10 -0400
committerDrew DeVault2015-08-17 21:27:10 -0400
commit5632493d48a9446f42aa99c90010708332dbc7e9 (patch)
tree647c7bce2f982a32e280794c6f5b4e9203788a01 /PKGBUILD
parent4d579622c6e50a50f101878d952caff7b9dded03 (diff)
downloadaur-5632493d48a9446f42aa99c90010708332dbc7e9.tar.gz
Add asciidoc to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac35e4dfba80..6d44d7464fe2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=sway-git
_pkgname=sway
-pkgver=r171.909bae0
-pkgrel=2
+pkgver=r223.4b64e48
+pkgrel=1
license=('MIT')
pkgdesc='i3 compatible window manager for Wayland'
-makedepends=("cmake" "git")
+makedepends=("cmake" "git" "asciidoc")
depends=("wlc-git")
optdepends=(
"xorg-server-xwayland: running xorg windows under sway"