upgpkg: neovim-bin 0.6.0-1

upstream release

Update Neovim to 0.6.0
This commit is contained in:
canony 2021-11-30 23:35:44 +01:00
parent 37507511f0
commit 2d3049ad28
2 changed files with 7 additions and 6 deletions

View File

@ -2,8 +2,8 @@ generated-by = makedeb-makepkg
pkgbase = neovim-bin
pkgdesc = Fork of Vim aiming to improve user experience, plugins, and GUIs
pkgver = 0.5.1
pkgrel = 3
pkgver = 0.6.0
pkgrel = 1
url = https://neovim.io
arch = x86_64
license = custom:neovim
@ -19,9 +19,10 @@ pkgbase = neovim-bin
optdepends = xsel: for clipboard support on X11 (or xclip) (see :help clipboard)
optdepends = wl-clipboard: for clipboard support on wayland (see :help clipboard)
provides = neovim
provides = neovim-runtime
conflicts = neovim
conflicts = neovim-git
source = https://github.com/neovim/neovim/releases/download/v0.5.1/nvim-linux64.tar.gz
source = https://github.com/neovim/neovim/releases/download/v0.6.0/nvim-linux64.tar.gz
sha512sums = 4b86c4f876629207a4ca8aff6853287cc7dc8a9133aa750b48bb9b7450cce357b97971eb85faf58eb0b9f3f20a927a5dcf5fd06e541ba7e882ccc4db33c12d6c
pkgname = neovim-bin

View File

@ -4,13 +4,13 @@
# Contributor: Florian Hahn <flo@fhahn.com>
pkgname=neovim-bin
pkgver=0.5.1
pkgrel=3
pkgver=0.6.0
pkgrel=1
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
arch=('x86_64')
url='https://neovim.io'
license=('custom:neovim')
provides=('neovim')
provides=('neovim' 'neovim-runtime')
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)'