summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMilk Brewster2019-12-27 03:52:54 +0000
committerMilk Brewster2019-12-27 03:52:54 +0000
commit1a1940e2b9763b329f761311d431b296097f2cbf (patch)
treeb000cf31dae4209abc896af64ccd0a280e7585c9 /PKGBUILD
parent5bef51ce56139269560611301d7b64232535a015 (diff)
downloadaur-1a1940e2b9763b329f761311d431b296097f2cbf.tar.gz
fix pandoc dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 93e815d90d5f..667b0b93fb05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/tim-janik/beast"
license=('LGPL')
groups=()
depends=()
-makedepends=('gcc' 'python2' 'libgnomecanvas' 'libvorbis' 'flac' 'libmad' 'npm' 'fluidsynth' 'python-pandocfilters' 'imagemagick')
+makedepends=('gcc' 'python2' 'libgnomecanvas' 'libvorbis' 'flac' 'libmad' 'npm' 'fluidsynth' 'python-pandocfilters' 'imagemagick' 'pandoc')
checkdepends=()
optdepends=()
provides=()