This commit is contained in:
Jonathan Apodaca 2023-10-19 16:29:56 -06:00
parent 19626d1ec0
commit 9658fca369
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 = 2
pkgver = 0.9.2
pkgver = 0.9.4
url = https://neovim.io
arch = amd64
conflicts = neovim
@ -22,11 +22,11 @@ license = custom:neovim
makedepends = squashfs-tools
provides = neovim
provides = neovim-runtime
source = nvim-0.9.2.appimage::https://github.com/neovim/neovim/releases/download/v0.9.2/nvim.appimage
source = nvim-0.9.4.appimage::https://github.com/neovim/neovim/releases/download/v0.9.4/nvim.appimage
source = ex
source = view
source = vimdiff
sha256sums = 61950131e18157ab9c7f14131a3dda0aa81f8e4fb47994bf6d8b418d9be6e3c0
sha256sums = 028cfaaf551d64cbb2f39d15363ed78edb01e2673579b48cb694e3604207d656
sha256sums = 5d3178628afc39f0318638cad19e9ad06ada89926dfb263e93ab35cc8f60e911
sha256sums = 3cb963a264b6cf45749627408b5a62c6945e5e426b595bb5e6a388194c2c1990
sha256sums = 1d3123b9d97a4889696ab72db558041b5cca8e26ff51ae557f7842242a7d4ed1

View File

@ -4,7 +4,7 @@
# Contributor: Florian Hahn <flo@fhahn.com>
pkgname=neovim-bin
pkgver=0.9.2
pkgver=0.9.4
pkgrel=2
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
arch=('amd64')
@ -22,7 +22,7 @@ source=(
"vimdiff")
postinst="${pkgname}.postinst"
prerm="${pkgname}.prerm"
sha256sums=('61950131e18157ab9c7f14131a3dda0aa81f8e4fb47994bf6d8b418d9be6e3c0'
sha256sums=('028cfaaf551d64cbb2f39d15363ed78edb01e2673579b48cb694e3604207d656'
'5d3178628afc39f0318638cad19e9ad06ada89926dfb263e93ab35cc8f60e911'
'3cb963a264b6cf45749627408b5a62c6945e5e426b595bb5e6a388194c2c1990'
'1d3123b9d97a4889696ab72db558041b5cca8e26ff51ae557f7842242a7d4ed1')