This commit is contained in:
Jonathan Apodaca 2023-04-07 22:43:00 -06:00
parent af67d7557d
commit 79c02cda09
2 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ prerm = neovim-bin.prerm
pkgbase = neovim-bin
pkgdesc = Fork of Vim aiming to improve user experience, plugins, and GUIs
pkgrel = 1
pkgver = 0.8.3
pkgver = 0.9.0
url = https://neovim.io
arch = amd64
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)
provides = neovim
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 = view
source = vimdiff
sha256sums = 58ac03b345e8675e13322f8c7135906ce26a1ca7a87d041344d64b207be7bedf
sha256sums = fa93f06bec111fea6f316f186b96e19ba289a2dca2d0731e23597398b7397c8f
sha256sums = 5d3178628afc39f0318638cad19e9ad06ada89926dfb263e93ab35cc8f60e911
sha256sums = 3cb963a264b6cf45749627408b5a62c6945e5e426b595bb5e6a388194c2c1990
sha256sums = 1d3123b9d97a4889696ab72db558041b5cca8e26ff51ae557f7842242a7d4ed1

View File

@ -4,7 +4,7 @@
# Contributor: Florian Hahn <flo@fhahn.com>
pkgname=neovim-bin
pkgver=0.8.3
pkgver=0.9.0
pkgrel=1
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
arch=('amd64')
@ -24,7 +24,7 @@ source=(
"vimdiff")
postinst="${pkgname}.postinst"
prerm="${pkgname}.prerm"
sha256sums=('58ac03b345e8675e13322f8c7135906ce26a1ca7a87d041344d64b207be7bedf'
sha256sums=('fa93f06bec111fea6f316f186b96e19ba289a2dca2d0731e23597398b7397c8f'
'5d3178628afc39f0318638cad19e9ad06ada89926dfb263e93ab35cc8f60e911'
'3cb963a264b6cf45749627408b5a62c6945e5e426b595bb5e6a388194c2c1990'
'1d3123b9d97a4889696ab72db558041b5cca8e26ff51ae557f7842242a7d4ed1')