upgpkg: neovim-bin 0.7.0-1
upstream release Update neovim to 0.7.0
This commit is contained in:
parent
ed1457b4a7
commit
65c2b33429
6
.SRCINFO
6
.SRCINFO
@ -2,7 +2,7 @@ generated-by = makedeb-makepkg
|
|||||||
|
|
||||||
pkgbase = neovim-bin
|
pkgbase = neovim-bin
|
||||||
pkgdesc = Fork of Vim aiming to improve user experience, plugins, and GUIs
|
pkgdesc = Fork of Vim aiming to improve user experience, plugins, and GUIs
|
||||||
pkgver = 0.6.1
|
pkgver = 0.7.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://neovim.io
|
url = https://neovim.io
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@ -23,11 +23,11 @@ pkgbase = neovim-bin
|
|||||||
conflicts = neovim
|
conflicts = neovim
|
||||||
conflicts = neovim-git
|
conflicts = neovim-git
|
||||||
conflicts = neovim-runtime
|
conflicts = neovim-runtime
|
||||||
source = https://github.com/neovim/neovim/releases/download/v0.6.1/nvim-linux64.tar.gz
|
source = https://github.com/neovim/neovim/releases/download/v0.7.0/nvim-linux64.tar.gz
|
||||||
source = ex
|
source = ex
|
||||||
source = view
|
source = view
|
||||||
source = vimdiff
|
source = vimdiff
|
||||||
sha256sums = 06f1c19b09dd8cc63f970ef7edab8fa3850a154c296f453393d00854f514a847
|
sha256sums = 5b3fced3f185ae1e1497cb5f949597c4065585fc26e7cd25a31f5f791dbd9b59
|
||||||
sha256sums = 5d3178628afc39f0318638cad19e9ad06ada89926dfb263e93ab35cc8f60e911
|
sha256sums = 5d3178628afc39f0318638cad19e9ad06ada89926dfb263e93ab35cc8f60e911
|
||||||
sha256sums = 3cb963a264b6cf45749627408b5a62c6945e5e426b595bb5e6a388194c2c1990
|
sha256sums = 3cb963a264b6cf45749627408b5a62c6945e5e426b595bb5e6a388194c2c1990
|
||||||
sha256sums = 1d3123b9d97a4889696ab72db558041b5cca8e26ff51ae557f7842242a7d4ed1
|
sha256sums = 1d3123b9d97a4889696ab72db558041b5cca8e26ff51ae557f7842242a7d4ed1
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -4,7 +4,7 @@
|
|||||||
# Contributor: Florian Hahn <flo@fhahn.com>
|
# Contributor: Florian Hahn <flo@fhahn.com>
|
||||||
|
|
||||||
pkgname=neovim-bin
|
pkgname=neovim-bin
|
||||||
pkgver=0.6.1
|
pkgver=0.7.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
|
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@ -24,7 +24,7 @@ source=(
|
|||||||
"vimdiff")
|
"vimdiff")
|
||||||
postinst="${pkgname}.postinst"
|
postinst="${pkgname}.postinst"
|
||||||
prerm="${pkgname}.prerm"
|
prerm="${pkgname}.prerm"
|
||||||
sha256sums=('06f1c19b09dd8cc63f970ef7edab8fa3850a154c296f453393d00854f514a847'
|
sha256sums=('5b3fced3f185ae1e1497cb5f949597c4065585fc26e7cd25a31f5f791dbd9b59'
|
||||||
'5d3178628afc39f0318638cad19e9ad06ada89926dfb263e93ab35cc8f60e911'
|
'5d3178628afc39f0318638cad19e9ad06ada89926dfb263e93ab35cc8f60e911'
|
||||||
'3cb963a264b6cf45749627408b5a62c6945e5e426b595bb5e6a388194c2c1990'
|
'3cb963a264b6cf45749627408b5a62c6945e5e426b595bb5e6a388194c2c1990'
|
||||||
'1d3123b9d97a4889696ab72db558041b5cca8e26ff51ae557f7842242a7d4ed1')
|
'1d3123b9d97a4889696ab72db558041b5cca8e26ff51ae557f7842242a7d4ed1')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user