upgpkg: neovim-bin 0.7.2-1
upstream release Update neovim-bin to 0.7.2
This commit is contained in:
parent
65c2b33429
commit
d7d96b64dd
28
.SRCINFO
28
.SRCINFO
@ -1,12 +1,16 @@
|
||||
generated-by = makedeb-makepkg
|
||||
|
||||
generated-by = makedeb
|
||||
pkgname = neovim-bin
|
||||
postinst = neovim-bin.postinst
|
||||
prerm = neovim-bin.prerm
|
||||
pkgbase = neovim-bin
|
||||
pkgdesc = Fork of Vim aiming to improve user experience, plugins, and GUIs
|
||||
pkgver = 0.7.0
|
||||
pkgrel = 1
|
||||
pkgver = 0.7.2
|
||||
url = https://neovim.io
|
||||
arch = x86_64
|
||||
license = custom:neovim
|
||||
arch = amd64
|
||||
conflicts = neovim
|
||||
conflicts = neovim-git
|
||||
conflicts = neovim-runtime
|
||||
depends = libluajit-5.1-2
|
||||
depends = libluajit-5.1-common
|
||||
depends = libmsgpackc2
|
||||
@ -14,22 +18,22 @@ pkgbase = neovim-bin
|
||||
depends = libunibilium4
|
||||
depends = libvterm0
|
||||
depends = lua-luv
|
||||
license = custom:neovim
|
||||
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 = neovim
|
||||
provides = neovim-runtime
|
||||
conflicts = neovim
|
||||
conflicts = neovim-git
|
||||
conflicts = neovim-runtime
|
||||
source = https://github.com/neovim/neovim/releases/download/v0.7.0/nvim-linux64.tar.gz
|
||||
source = https://github.com/neovim/neovim/releases/download/v0.7.2/nvim-linux64.tar.gz
|
||||
source = ex
|
||||
source = view
|
||||
source = vimdiff
|
||||
sha256sums = 5b3fced3f185ae1e1497cb5f949597c4065585fc26e7cd25a31f5f791dbd9b59
|
||||
sha256sums = fa75852890ca4b57551da194c696d3bbd14d9d2e966bc188d1e7e52ee942b71d
|
||||
sha256sums = 5d3178628afc39f0318638cad19e9ad06ada89926dfb263e93ab35cc8f60e911
|
||||
sha256sums = 3cb963a264b6cf45749627408b5a62c6945e5e426b595bb5e6a388194c2c1990
|
||||
sha256sums = 1d3123b9d97a4889696ab72db558041b5cca8e26ff51ae557f7842242a7d4ed1
|
||||
|
||||
pkgname = neovim-bin
|
||||
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)
|
||||
|
6
PKGBUILD
6
PKGBUILD
@ -4,10 +4,10 @@
|
||||
# Contributor: Florian Hahn <flo@fhahn.com>
|
||||
|
||||
pkgname=neovim-bin
|
||||
pkgver=0.7.0
|
||||
pkgver=0.7.2
|
||||
pkgrel=1
|
||||
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
|
||||
arch=('x86_64')
|
||||
arch=('amd64')
|
||||
url='https://neovim.io'
|
||||
license=('custom:neovim')
|
||||
provides=('neovim' 'neovim-runtime')
|
||||
@ -24,7 +24,7 @@ source=(
|
||||
"vimdiff")
|
||||
postinst="${pkgname}.postinst"
|
||||
prerm="${pkgname}.prerm"
|
||||
sha256sums=('5b3fced3f185ae1e1497cb5f949597c4065585fc26e7cd25a31f5f791dbd9b59'
|
||||
sha256sums=('fa75852890ca4b57551da194c696d3bbd14d9d2e966bc188d1e7e52ee942b71d'
|
||||
'5d3178628afc39f0318638cad19e9ad06ada89926dfb263e93ab35cc8f60e911'
|
||||
'3cb963a264b6cf45749627408b5a62c6945e5e426b595bb5e6a388194c2c1990'
|
||||
'1d3123b9d97a4889696ab72db558041b5cca8e26ff51ae557f7842242a7d4ed1')
|
||||
|
Loading…
x
Reference in New Issue
Block a user