summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Duthil2017-07-31 20:10:55 -0400
committerSebastien Duthil2017-07-31 20:10:55 -0400
commit266d40a9d37d0a82672b0690ad2e7a9f821a5c3f (patch)
treec3d1c2a630adec2d27573a401fd276149ee471fe
parentc9267295b8cb0ca86b8a9df6a5114cd009c1965c (diff)
downloadaur-266d40a9d37d0a82672b0690ad2e7a9f821a5c3f.tar.gz
add missing dependency for man page
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac392d017011..ada7bfec4ee1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Port of the 'Colossal Cave Adventure' text-based adventure game"
arch=('i686' 'x86_64')
url="http://www.catb.org/~esr/open-adventure/"
license=('BSD')
-makedepends=('python' 'python-yaml')
+makedepends=('python' 'python-yaml' 'asciidoc')
conflicts=('advent')
source=(${pkgname}-${pkgver}.tar.bz2::https://gitlab.com/esr/open-adventure/repository/archive.tar.bz2?ref=1.2)
sha256sums=('a73fc979538e2a7ff20864c09519acbb5b88c5cd591603ad804f41950ac3118d')