0.9.0
This commit is contained in:
parent
af67d7557d
commit
79c02cda09
6
.SRCINFO
6
.SRCINFO
@ -5,7 +5,7 @@ prerm = neovim-bin.prerm
|
|||||||
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
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
pkgver = 0.8.3
|
pkgver = 0.9.0
|
||||||
url = https://neovim.io
|
url = https://neovim.io
|
||||||
arch = amd64
|
arch = amd64
|
||||||
conflicts = neovim
|
conflicts = neovim
|
||||||
@ -25,11 +25,11 @@ optdepends = xsel: for clipboard support on X11 (or xclip) (see :help clipboard)
|
|||||||
optdepends = wl-clipboard: for clipboard support on wayland (see :help clipboard)
|
optdepends = wl-clipboard: for clipboard support on wayland (see :help clipboard)
|
||||||
provides = neovim
|
provides = neovim
|
||||||
provides = neovim-runtime
|
provides = neovim-runtime
|
||||||
source = nvim-linux64-0.8.3.tar.gz::https://github.com/neovim/neovim/releases/download/v0.8.3/nvim-linux64.tar.gz
|
source = nvim-linux64-0.9.0.tar.gz::https://github.com/neovim/neovim/releases/download/v0.9.0/nvim-linux64.tar.gz
|
||||||
source = ex
|
source = ex
|
||||||
source = view
|
source = view
|
||||||
source = vimdiff
|
source = vimdiff
|
||||||
sha256sums = 58ac03b345e8675e13322f8c7135906ce26a1ca7a87d041344d64b207be7bedf
|
sha256sums = fa93f06bec111fea6f316f186b96e19ba289a2dca2d0731e23597398b7397c8f
|
||||||
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.8.3
|
pkgver=0.9.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=('amd64')
|
arch=('amd64')
|
||||||
@ -24,7 +24,7 @@ source=(
|
|||||||
"vimdiff")
|
"vimdiff")
|
||||||
postinst="${pkgname}.postinst"
|
postinst="${pkgname}.postinst"
|
||||||
prerm="${pkgname}.prerm"
|
prerm="${pkgname}.prerm"
|
||||||
sha256sums=('58ac03b345e8675e13322f8c7135906ce26a1ca7a87d041344d64b207be7bedf'
|
sha256sums=('fa93f06bec111fea6f316f186b96e19ba289a2dca2d0731e23597398b7397c8f'
|
||||||
'5d3178628afc39f0318638cad19e9ad06ada89926dfb263e93ab35cc8f60e911'
|
'5d3178628afc39f0318638cad19e9ad06ada89926dfb263e93ab35cc8f60e911'
|
||||||
'3cb963a264b6cf45749627408b5a62c6945e5e426b595bb5e6a388194c2c1990'
|
'3cb963a264b6cf45749627408b5a62c6945e5e426b595bb5e6a388194c2c1990'
|
||||||
'1d3123b9d97a4889696ab72db558041b5cca8e26ff51ae557f7842242a7d4ed1')
|
'1d3123b9d97a4889696ab72db558041b5cca8e26ff51ae557f7842242a7d4ed1')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user