summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume ALAUX2016-02-21 14:23:26 +0000
committerGuillaume ALAUX2016-02-21 14:27:11 +0000
commit18f85b07d6ce72faa6f1d6182a04dbbcdbab3b3d (patch)
tree7067dfb307291f1d51daa9e91bc38cfbf270168d /PKGBUILD
parent123b9a0836f3666c0a3323a351091612bf44278e (diff)
downloadaur-18f85b07d6ce72faa6f1d6182a04dbbcdbab3b3d.tar.gz
Add asciidoc as makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1175151bb3b..2c9671817876 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ optdepends=('xorg-xmessage: for nicer debugging messages'
'xdotool: add support for kak windows switching (in grep, make... files)'
'clang: add command for C/CPP insert mode completion support'
'ctags-git: provides `readtags` used by `:tag` command to jump on a tag definition')
-makedepends=('git')
+makedepends=('git' 'asciidoc')
source=("${pkgname}::git+https://github.com/mawww/kakoune.git")
sha256sums=('SKIP')