summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Walch2015-10-08 08:12:34 +0200
committerFlorian Walch2015-10-08 08:19:29 +0200
commite774062cb01957b396de867fdc8b5b15709bff2c (patch)
tree20b0bdc931172a6319394894e23e915d6a206889 /PKGBUILD
parent4120583c84a6c21b43c741d47bc9e8742a5bce6b (diff)
downloadaur-e774062cb01957b396de867fdc8b5b15709bff2c.tar.gz
PKGBUILD: Remove version constraint on libtermkey, update to 0.r4069.cd6b4af.
Without version constraint (libtermkey>=0.18), migrating from libtermkey-bzr is easier. Otherwise, libtermkey-bzr would need to be updated to 0.18.r0 first, then replaced with libtermkey.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fdd498b278fe..331377c61a36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Florian Hahn <flo@fhahn.com>
pkgname=neovim-git
-pkgver=0.r4067.7be75a0
+pkgver=0.r4069.cd6b4af
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>=0.18' 'libuv' 'libvterm-bzr' 'msgpack-c' 'unibilium')
+depends=('jemalloc' 'libtermkey' '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)'