upgpkg: neovim-bin 0.5.1-2
upgpkg: neovim-bin 0.5.1-2 Update package relations
This commit is contained in:
parent
118e1bf4ca
commit
51398c238d
13
.SRCINFO
13
.SRCINFO
@ -3,17 +3,22 @@ generated-by = makedeb-makepkg
|
||||
pkgbase = neovim-bin
|
||||
pkgdesc = Fork of Vim aiming to improve user experience, plugins, and GUIs
|
||||
pkgver = 0.5.1
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://neovim.io
|
||||
arch = x86_64
|
||||
license = custom:neovim
|
||||
depends = libc6>=2.29
|
||||
depends = libluajit-5.1-2>=2.0.4+dfsg
|
||||
depends = libluajit-5.1-2
|
||||
depends = libluajit-5.1-common
|
||||
depends = libmsgpackc2
|
||||
depends = libtermkey1
|
||||
depends = libunibilium4
|
||||
depends = libvterm0
|
||||
depends = lua-luv
|
||||
optdepends = python-neovim: for Python 3 plugin support (see :help python)
|
||||
optdepends = xclip: for clipboard support on X11 (or xsel) (see :help clipboard)
|
||||
optdepends = xsel: for clipboard support on X11 (or xclip) (see :help clipboard)
|
||||
optdepends = wl-clipboard: for clipboard support on wayland (see :help clipboard)
|
||||
provides = vim-plugin-runtime
|
||||
provides = neovim
|
||||
conflicts = neovim
|
||||
conflicts = neovim-git
|
||||
source = https://github.com/neovim/neovim/releases/download/v0.5.1/nvim-linux64.tar.gz
|
||||
|
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)'
|
||||
|
Loading…
x
Reference in New Issue
Block a user