summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHaochen Tong2020-08-05 23:59:24 +0200
committerHaochen Tong2020-08-05 23:59:24 +0200
commit6145cfc0ed884d7945172dab66a90f122b994f7c (patch)
treed873a8f4d6b7da49642cf6c4a534051c9c5dcd09
parent0a8688d1abb58b348877c9db39c549cef29237a3 (diff)
downloadaur-6145cfc0ed884d7945172dab66a90f122b994f7c.tar.gz
add pandoc to makedepends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef1bc4db1d48..73e7a3c1c3b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('custom:2-clause BSD')
provides=('elvish')
conflicts=('elvish')
depends=('glibc')
-makedepends=('git' 'go')
+makedepends=('git' 'go' 'pandoc')
source=("git+https://github.com/elves/elvish.git")
md5sums=('SKIP')
install=elvish.install