summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Walch2019-09-30 11:06:12 +0200
committerFlorian Walch2019-09-30 11:06:12 +0200
commit7fd6ad8d4761dff9763cb63bdeef20cdeb7e5df0 (patch)
tree6d31b1730d34a6a8c14825b7ccf3e8c7d135e782 /PKGBUILD
parentb0137e51087d894121e6245c8decd511c72e812b (diff)
downloadaur-7fd6ad8d4761dff9763cb63bdeef20cdeb7e5df0.tar.gz
Add dependency on libutf8proc
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c7b45b011e0..3903c59eb8ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Florian Hahn <flo@fhahn.com>
pkgname=neovim-git
-pkgver=0.4.0.r56.g0ab7da856
+pkgver=0.4.0.r99.gb18b84df5
pkgrel=1
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs.'
arch=('i686' 'x86_64' 'armv7h' 'armv6h')
url='https://neovim.io'
license=('custom:neovim')
-depends=('libluv' 'libtermkey' 'libuv' 'luajit' 'libvterm>=0.1.git5' 'msgpack-c' 'unibilium')
+depends=('libluv' 'libtermkey' 'libutf8proc' 'libuv' 'libvterm>=0.1.git5' 'luajit' 'msgpack-c' 'unibilium')
makedepends=('cmake' 'git' 'gperf' 'lua51-mpack' 'lua51-lpeg')
optdepends=('python2-neovim: for Python 2 plugin support (see :help provider-python)'
'python-neovim: for Python 3 plugin support (see :help provider-python)'