Add asciidoc to makedepends
This commit is contained in:
parent
4d579622c6
commit
5632493d48
5
.SRCINFO
5
.SRCINFO
@ -1,13 +1,14 @@
|
|||||||
pkgbase = sway-git
|
pkgbase = sway-git
|
||||||
pkgdesc = i3 compatible window manager for Wayland
|
pkgdesc = i3 compatible window manager for Wayland
|
||||||
pkgver = r171.909bae0
|
pkgver = r223.4b64e48
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://github.com/SirCmpwn/sway
|
url = https://github.com/SirCmpwn/sway
|
||||||
arch = i386
|
arch = i386
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = MIT
|
license = MIT
|
||||||
makedepends = cmake
|
makedepends = cmake
|
||||||
makedepends = git
|
makedepends = git
|
||||||
|
makedepends = asciidoc
|
||||||
depends = wlc-git
|
depends = wlc-git
|
||||||
optdepends = xorg-server-xwayland: running xorg windows under sway
|
optdepends = xorg-server-xwayland: running xorg windows under sway
|
||||||
optdepends = rxvt-unicode: default terminal emulator
|
optdepends = rxvt-unicode: default terminal emulator
|
||||||
|
6
PKGBUILD
6
PKGBUILD
@ -1,11 +1,11 @@
|
|||||||
# Maintainer: Drew DeVault <sir@cmpwn.com>
|
# Maintainer: Drew DeVault <sir@cmpwn.com>
|
||||||
pkgname=sway-git
|
pkgname=sway-git
|
||||||
_pkgname=sway
|
_pkgname=sway
|
||||||
pkgver=r171.909bae0
|
pkgver=r223.4b64e48
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
pkgdesc='i3 compatible window manager for Wayland'
|
pkgdesc='i3 compatible window manager for Wayland'
|
||||||
makedepends=("cmake" "git")
|
makedepends=("cmake" "git" "asciidoc")
|
||||||
depends=("wlc-git")
|
depends=("wlc-git")
|
||||||
optdepends=(
|
optdepends=(
|
||||||
"xorg-server-xwayland: running xorg windows under sway"
|
"xorg-server-xwayland: running xorg windows under sway"
|
||||||
|
Loading…
Reference in New Issue
Block a user