summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8db0512c64d4..0bd8d46b2553 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neovim-git
pkgdesc = Fork of Vim aiming to improve user experience, plugins, and GUIs.
- pkgver = 0.4.0.r56.g0ab7da856
+ pkgver = 0.4.0.r99.gb18b84df5
pkgrel = 1
url = https://neovim.io
install = neovim-git.install
@@ -16,9 +16,10 @@ pkgbase = neovim-git
makedepends = lua51-lpeg
depends = libluv
depends = libtermkey
+ depends = libutf8proc
depends = libuv
- depends = luajit
depends = libvterm>=0.1.git5
+ depends = luajit
depends = msgpack-c
depends = unibilium
optdepends = python2-neovim: for Python 2 plugin support (see :help provider-python)
@@ -26,7 +27,7 @@ pkgbase = neovim-git
optdepends = ruby-neovim: for Ruby plugin support (see :help provider-ruby)
optdepends = xclip: for clipboard support (or xsel) (see :help provider-clipboard)
optdepends = xsel: for clipboard support (or xclip) (see :help provider-clipboard)
- provides = neovim=0.4.0.r56.g0ab7da856
+ provides = neovim=0.4.0.r99.gb18b84df5
conflicts = neovim
options = !strip
source = neovim-git::git+https://github.com/neovim/neovim.git
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)'