summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Walch2015-11-06 22:39:08 +0100
committerFlorian Walch2015-11-06 22:39:08 +0100
commit1d48c599f438ca34a5ccd25039c4e452629aeb90 (patch)
tree246dfa4637cab03b2d7c5a6e9c1e6ccd2d37a69c /PKGBUILD
parentc8e52269eb1c634c6273f3f748795e7ffebb3e7b (diff)
downloadaur-1d48c599f438ca34a5ccd25039c4e452629aeb90.tar.gz
PKGBUILD: Change dependency on 'libvterm-bzr' to 'libvterm'.
Depending on the latest revision from libvterm's repository will cause problems if there are breaking changes. As a version of libvterm working with Neovim is in [community], we might as well use it.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18b5cafc3ee2..a9073462f87e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Florian Hahn <flo@fhahn.com>
pkgname=neovim-git
-pkgver=0.1.0.r0.gc4826c3
+pkgver=0.1.0.r12.g9499432
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-bzr' 'msgpack-c' 'unibilium')
+depends=('jemalloc' 'libtermkey' 'libuv' 'libvterm' '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)'