summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArtem Vorotnikov2018-10-29 17:02:20 +0300
committerArtem Vorotnikov2018-10-29 17:02:20 +0300
commit6430aac27b4f118b2644ad2e1d2b48c8821a6f3f (patch)
tree15a9fabbe88d4abc896f04fb8e25dac041747c05 /PKGBUILD
parent097476c9193913b4171ad4b26e99ce0584b22d1d (diff)
downloadaur-6430aac27b4f118b2644ad2e1d2b48c8821a6f3f.tar.gz
Remove asciidoc from makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44bb41a1a11d..d9b123284286 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_ref=""
pkgname=kakoune-git
-pkgver=r6457.3208bc37
+pkgver=r6969.6271d0d9
pkgrel=1
pkgdesc='Code editor heavily inspired by Vim'
arch=('x86_64' 'armv7h')
@@ -18,7 +18,6 @@ optdepends=(
'xorg-xmessage: for nicer debugging messages'
)
makedepends=(
- 'asciidoc'
'git'
)
provides=('kakoune')