summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19f4238bf0be..99abba784b24 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.3.4.r2066.g3855204f5
+ pkgver = 0.4.0.r23.gafd576ee9
pkgrel = 1
url = https://neovim.io
install = neovim-git.install
@@ -19,7 +19,7 @@ pkgbase = neovim-git
depends = libtermkey
depends = libuv
depends = luajit
- depends = libvterm-bzr
+ depends = libvterm>=0.1.git5
depends = msgpack-c
depends = unibilium
optdepends = python2-neovim: for Python 2 plugin support (see :help provider-python)
@@ -27,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.3.4.r2066.g3855204f5
+ provides = neovim=0.4.0.r23.gafd576ee9
conflicts = neovim
options = !strip
source = neovim-git::git+https://github.com/neovim/neovim.git
diff --git a/PKGBUILD b/PKGBUILD
index 7bcf40ceeed1..9297f1cfcf48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Florian Hahn <flo@fhahn.com>
pkgname=neovim-git
-pkgver=0.3.4.r2066.g3855204f5
+pkgver=0.4.0.r23.gafd576ee9
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=('jemalloc' 'libluv' 'libtermkey' 'libuv' 'luajit' 'libvterm-bzr' 'msgpack-c' 'unibilium')
+depends=('jemalloc' 'libluv' 'libtermkey' 'libuv' 'luajit' 'libvterm>=0.1.git5' '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)'