summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Walch2015-10-07 22:34:04 +0200
committerFlorian Walch2015-10-07 22:34:22 +0200
commit4120583c84a6c21b43c741d47bc9e8742a5bce6b (patch)
treea6628ba5eb37dbe526f4b4f73287cb3b66f6cf7f /PKGBUILD
parentedc1848968be398d7d339d864d73858e4ba7adf9 (diff)
downloadaur-4120583c84a6c21b43c741d47bc9e8742a5bce6b.tar.gz
PKGBUILD: Depend on libtermkey 0.18, update to 0.r4067.7be75a0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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)'