summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2019-11-17 19:41:09 +0100
committerJustin Gassner <justin.gassner@mailbox.org>2019-11-17 19:41:09 +0100
commit29581195bdee1e55eefb4e1deb5621b2048bb74c (patch)
tree5516e9ca66338bb6621ffd5f0b73887df30f5ebb
parent5b173c3f444584947df13a01427d8b13c5113a87 (diff)
downloadpackages-29581195bdee1e55eefb4e1deb5621b2048bb74c.tar.zst
neovim: add new dependecy libutf8proc
-rw-r--r--neovim/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/neovim/PKGBUILD b/neovim/PKGBUILD
index 6c4688c..a8fb82b 100644
--- a/neovim/PKGBUILD
+++ b/neovim/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=neovim
pkgname=$_pkgname-jxir
-pkgver=0.4.0.r64.gcb2520717
+pkgver=0.4.0.r366.g97f122200
pkgrel=1
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
arch=('x86_64')
url='https://neovim.io'
license=('custom:neovim')
-depends=('bash' 'libluv' 'libtermkey' 'libvterm' 'msgpack-c')
+depends=('bash' 'libluv' 'libtermkey' 'libvterm' 'msgpack-c' 'libutf8proc')
makedepends=('cmake' 'git' 'gperf' 'lua51-lpeg' 'lua51-mpack')
optdepends=('python2-neovim: for Python 2 plugin support (see :help python)'
'python-neovim: for Python 3 plugin support (see :help python)'