upgpkg: neovim-bin 0.5.1-2
Update package relations
This commit is contained in:
6
PKGBUILD
6
PKGBUILD
@@ -5,13 +5,13 @@
|
||||
|
||||
pkgname=neovim-bin
|
||||
pkgver=0.5.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
|
||||
arch=('x86_64')
|
||||
url='https://neovim.io'
|
||||
license=('custom:neovim')
|
||||
provides=('vim-plugin-runtime')
|
||||
depends=('libc6>=2.29' 'libluajit-5.1-2>=2.0.4+dfsg')
|
||||
provides=('neovim')
|
||||
depends=('libluajit-5.1-2' 'libluajit-5.1-common' 'libmsgpackc2' 'libtermkey1' 'libunibilium4' 'libvterm0' 'lua-luv')
|
||||
optdepends=('python-neovim: for Python 3 plugin support (see :help python)'
|
||||
'xclip: for clipboard support on X11 (or xsel) (see :help clipboard)'
|
||||
'xsel: for clipboard support on X11 (or xclip) (see :help clipboard)'
|
||||
|
||||
Reference in New Issue
Block a user