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 c7377407396c..5af450cda0f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jul 10 19:31:14 UTC 2016
+# Thu Sep 1 19:44:20 UTC 2016
pkgbase = neovim-git
pkgdesc = Fork of Vim aiming to improve user experience, plugins, and GUIs.
- pkgver = 0.1.4.r610.g29060a5
+ pkgver = 0.1.5.r49.gc6ac4f8
pkgrel = 1
url = https://neovim.io
install = neovim-git.install
@@ -11,6 +11,7 @@ pkgbase = neovim-git
license = custom:neovim
makedepends = cmake
makedepends = git
+ makedepends = gperf
makedepends = luajit
makedepends = lua51-mpack
makedepends = lua51-lpeg
@@ -25,7 +26,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.1.4.r610.g29060a5
+ provides = neovim=0.1.5.r49.gc6ac4f8
conflicts = neovim
options = !strip
source = neovim-git::git+https://github.com/neovim/neovim.git
diff --git a/PKGBUILD b/PKGBUILD
index a936c474cf02..07cacd42db16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Florian Hahn <flo@fhahn.com>
pkgname=neovim-git
-pkgver=0.1.4.r610.g29060a5
+pkgver=0.1.5.r49.gc6ac4f8
pkgrel=1
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs.'
arch=('i686' 'x86_64')
url='https://neovim.io'
license=('custom:neovim')
depends=('jemalloc' 'libtermkey' 'libuv' 'libvterm' 'msgpack-c' 'unibilium')
-makedepends=('cmake' 'git' 'luajit' 'lua51-mpack' 'lua51-lpeg')
+makedepends=('cmake' 'git' 'gperf' 'luajit' '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)'
'ruby-neovim: for Ruby plugin support (see :help provider-ruby)'