Add asciidoc to makedepends
This commit is contained in:
parent
4d579622c6
commit
5632493d48
5
.SRCINFO
5
.SRCINFO
@ -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
|
||||
|
6
PKGBUILD
6
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"
|
||||
|
Loading…
Reference in New Issue
Block a user