summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Walch2021-03-06 11:42:06 +0100
committerFlorian Walch2021-03-06 11:42:06 +0100
commit4fadf73a0f2c69118e1f0dd75ae9c0e117156f09 (patch)
tree8cf3b1f829b3e3008dca7dfeec01124e84f71ef6 /PKGBUILD
parent891b3a5ae007625894c3598dede67dca5d794914 (diff)
downloadaur-4fadf73a0f2c69118e1f0dd75ae9c0e117156f09.tar.gz
Provide vim-plugin-runtime
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 239d699f866e..a9cbe4b61a45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Sven-Hendrik Haase <svenstaro@gmail.com>
pkgname=neovim-git
-pkgver=0.4.0.r2116.geee0668818
+pkgver=0.4.0.r2972.g3fbff98cf
pkgrel=1
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs.'
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
@@ -20,7 +20,7 @@ optdepends=('python2-neovim: for Python 2 plugin support (see :help provider-pyt
'wl-clipboard: for clipboard support on wayland (see :help clipboard)')
source=("${pkgname}::git+https://github.com/neovim/neovim.git")
sha256sums=('SKIP')
-provides=("neovim=${pkgver}")
+provides=("neovim=${pkgver}" 'vim-plugin-runtime')
conflicts=('neovim')
install=neovim-git.install
options=(!strip)