summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2019-05-10 12:36:24 +0200
committerEmmanuel Gil Peyrot2019-05-10 12:49:12 +0200
commitbff4981de99a5776672f7306a7be254fedd6af48 (patch)
tree4ee58987ec6cf3f2615904ec579600ba87bc05e8 /PKGBUILD
parent728a679cd2bfa756233e59f6df0edf9ddc80f050 (diff)
downloadaur-bff4981de99a5776672f7306a7be254fedd6af48.tar.gz
Add pandoc to makedepends, to build the manpage
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89cf20b1adc8..bb49b3a1cf6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ arch=('i686' 'x86_64')
url="https://wiki.dotslashplay.it"
license=('BSD 2')
depends=()
+makedepends=('pandoc')
optdepends=(
'imagemagick'
'libarchive'