Add asciidoc to makedepends

This commit is contained in:
Drew DeVault 2015-08-17 21:27:10 -04:00
parent 4d579622c6
commit 5632493d48
2 changed files with 6 additions and 5 deletions

View File

@ -1,13 +1,14 @@
pkgbase = sway-git
pkgdesc = i3 compatible window manager for Wayland
pkgver = r171.909bae0
pkgrel = 2
pkgver = r223.4b64e48
pkgrel = 1
url = https://github.com/SirCmpwn/sway
arch = i386
arch = x86_64
license = MIT
makedepends = cmake
makedepends = git
makedepends = asciidoc
depends = wlc-git
optdepends = xorg-server-xwayland: running xorg windows under sway
optdepends = rxvt-unicode: default terminal emulator

View File

@ -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"