summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Walch2019-09-13 22:49:29 +0200
committerFlorian Walch2019-09-13 22:49:29 +0200
commitfddcd8dd1c0cbeba69df43c7cbf740ab02850ab5 (patch)
tree810e83c4914104a491d08a35a3aad1946b6fb34b
parentfff217d09d6e1650a303942891efa33b21a63d75 (diff)
downloadaur-fddcd8dd1c0cbeba69df43c7cbf740ab02850ab5.tar.gz
Depend on libvterm-bzr
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35ce54a06fb1..19f4238bf0be 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.3.4.r1012.gf8d0e41b2
+ pkgver = 0.3.4.r2066.g3855204f5
pkgrel = 1
url = https://neovim.io
install = neovim-git.install
@@ -19,7 +19,7 @@ pkgbase = neovim-git
depends = libtermkey
depends = libuv
depends = luajit
- depends = libvterm
+ depends = libvterm-bzr
depends = msgpack-c
depends = unibilium
optdepends = python2-neovim: for Python 2 plugin support (see :help provider-python)
@@ -27,7 +27,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.3.4.r1012.gf8d0e41b2
+ provides = neovim=0.3.4.r2066.g3855204f5
conflicts = neovim
options = !strip
source = neovim-git::git+https://github.com/neovim/neovim.git
diff --git a/PKGBUILD b/PKGBUILD
index 0fe543bbe933..7bcf40ceeed1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Florian Hahn <flo@fhahn.com>
pkgname=neovim-git
-pkgver=0.3.4.r1012.gf8d0e41b2
+pkgver=0.3.4.r2066.g3855204f5
pkgrel=1
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs.'
arch=('i686' 'x86_64' 'armv7h' 'armv6h')
url='https://neovim.io'
license=('custom:neovim')
-depends=('jemalloc' 'libluv' 'libtermkey' 'libuv' 'luajit' 'libvterm' 'msgpack-c' 'unibilium')
+depends=('jemalloc' 'libluv' 'libtermkey' 'libuv' 'luajit' 'libvterm-bzr' 'msgpack-c' 'unibilium')
makedepends=('cmake' 'git' 'gperf' '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)'