summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8621f5e78a1c..7ec880a9c440 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.r3607.20a57c4
+ pkgver = 0.r3908.b2ece14
pkgrel = 1
url = http://neovim.io
install = neovim-git.install
@@ -22,7 +22,7 @@ pkgbase = neovim-git
optdepends = python-neovim: for Python 3 plugin support (see :help nvim-python)
optdepends = xclip: for clipboard support (or xsel) (see :help nvim-clipboard)
optdepends = xsel: for clipboard support (or xclip) (see :help nvim-clipboard)
- provides = neovim=0.r3607.20a57c4
+ provides = neovim=0.r3908.b2ece14
conflicts = neovim
source = neovim-git::git+https://github.com/neovim/neovim.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 65320c1a8ddb..aaaf506421af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Florian Hahn <flo@fhahn.com>
pkgname=neovim-git
-pkgver=0.r3607.20a57c4
+pkgver=0.r3908.b2ece14
pkgrel=1
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs.'
arch=('i686' 'x86_64')
@@ -36,7 +36,7 @@ build() {
check() {
cd "${pkgname}/build"
./bin/nvim --version
- ./bin/nvim -u NONE -c ':quit'
+ ./bin/nvim --headless -u NONE -i NONE -c ':quit'
}
package() {