summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Walch2015-10-07 22:34:04 +0200
committerFlorian Walch2015-10-07 22:34:22 +0200
commit4120583c84a6c21b43c741d47bc9e8742a5bce6b (patch)
treea6628ba5eb37dbe526f4b4f73287cb3b66f6cf7f
parentedc1848968be398d7d339d864d73858e4ba7adf9 (diff)
downloadaur-4120583c84a6c21b43c741d47bc9e8742a5bce6b.tar.gz
PKGBUILD: Depend on libtermkey 0.18, update to 0.r4067.7be75a0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ec880a9c440..f4cf81c4200a 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.r3908.b2ece14
+ pkgver = 0.r4067.7be75a0
pkgrel = 1
url = http://neovim.io
install = neovim-git.install
@@ -13,7 +13,7 @@ pkgbase = neovim-git
makedepends = lua51-messagepack
makedepends = lua51-lpeg
depends = jemalloc
- depends = libtermkey-bzr
+ depends = libtermkey>=0.18
depends = libuv
depends = libvterm-bzr
depends = msgpack-c
@@ -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.r3908.b2ece14
+ provides = neovim=0.r4067.7be75a0
conflicts = neovim
source = neovim-git::git+https://github.com/neovim/neovim.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index aaaf506421af..fdd498b278fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Florian Hahn <flo@fhahn.com>
pkgname=neovim-git
-pkgver=0.r3908.b2ece14
+pkgver=0.r4067.7be75a0
pkgrel=1
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs.'
arch=('i686' 'x86_64')
url='http://neovim.io'
license=('custom:neovim')
-depends=('jemalloc' 'libtermkey-bzr' 'libuv' 'libvterm-bzr' 'msgpack-c' 'unibilium')
+depends=('jemalloc' 'libtermkey>=0.18' 'libuv' 'libvterm-bzr' 'msgpack-c' 'unibilium')
makedepends=('cmake' 'git' 'luajit' 'lua51-messagepack' 'lua51-lpeg')
optdepends=('python2-neovim: for Python 2 plugin support (see :help nvim-python)'
'python-neovim: for Python 3 plugin support (see :help nvim-python)'