makedeb
Fork of Vim aiming to improve user experience, plugins, and GUIs
Click here to go back to the commit logs for neovim-bin.
Hash: 53a62a40abd5b9ce82915a2c7d6ad21bc25f6c8e
Message: upgpkg: neovim-bin 0.5.1-2
Update package relations
diff --git a/.SRCINFO b/.SRCINFO
index 8451b63..bec5c67 100644
--- a/.SRCINFO
+++ b/.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
diff --git a/PKGBUILD b/PKGBUILD
index 8b309b5..6dc4a78 100644
--- a/PKGBUILD
+++ b/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)'