This commit is contained in:
Jonathan Apodaca 2023-09-07 06:33:44 -06:00
parent 5c2840cb8d
commit 19626d1ec0
2 changed files with 5 additions and 5 deletions

View File

@ -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 = 2 pkgrel = 2
pkgver = 0.9.1 pkgver = 0.9.2
url = https://neovim.io url = https://neovim.io
arch = amd64 arch = amd64
conflicts = neovim conflicts = neovim
@ -22,11 +22,11 @@ license = custom:neovim
makedepends = squashfs-tools makedepends = squashfs-tools
provides = neovim provides = neovim
provides = neovim-runtime provides = neovim-runtime
source = nvim-0.9.1.appimage::https://github.com/neovim/neovim/releases/download/v0.9.1/nvim.appimage source = nvim-0.9.2.appimage::https://github.com/neovim/neovim/releases/download/v0.9.2/nvim.appimage
source = ex source = ex
source = view source = view
source = vimdiff source = vimdiff
sha256sums = 262892176e21da0902c4f0b1e027d54d21b4bcae6b0397afccd8a81b476c3055 sha256sums = 61950131e18157ab9c7f14131a3dda0aa81f8e4fb47994bf6d8b418d9be6e3c0
sha256sums = 5d3178628afc39f0318638cad19e9ad06ada89926dfb263e93ab35cc8f60e911 sha256sums = 5d3178628afc39f0318638cad19e9ad06ada89926dfb263e93ab35cc8f60e911
sha256sums = 3cb963a264b6cf45749627408b5a62c6945e5e426b595bb5e6a388194c2c1990 sha256sums = 3cb963a264b6cf45749627408b5a62c6945e5e426b595bb5e6a388194c2c1990
sha256sums = 1d3123b9d97a4889696ab72db558041b5cca8e26ff51ae557f7842242a7d4ed1 sha256sums = 1d3123b9d97a4889696ab72db558041b5cca8e26ff51ae557f7842242a7d4ed1

View File

@ -4,7 +4,7 @@
# Contributor: Florian Hahn <flo@fhahn.com> # Contributor: Florian Hahn <flo@fhahn.com>
pkgname=neovim-bin pkgname=neovim-bin
pkgver=0.9.1 pkgver=0.9.2
pkgrel=2 pkgrel=2
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')
@ -22,7 +22,7 @@ source=(
"vimdiff") "vimdiff")
postinst="${pkgname}.postinst" postinst="${pkgname}.postinst"
prerm="${pkgname}.prerm" prerm="${pkgname}.prerm"
sha256sums=('262892176e21da0902c4f0b1e027d54d21b4bcae6b0397afccd8a81b476c3055' sha256sums=('61950131e18157ab9c7f14131a3dda0aa81f8e4fb47994bf6d8b418d9be6e3c0'
'5d3178628afc39f0318638cad19e9ad06ada89926dfb263e93ab35cc8f60e911' '5d3178628afc39f0318638cad19e9ad06ada89926dfb263e93ab35cc8f60e911'
'3cb963a264b6cf45749627408b5a62c6945e5e426b595bb5e6a388194c2c1990' '3cb963a264b6cf45749627408b5a62c6945e5e426b595bb5e6a388194c2c1990'
'1d3123b9d97a4889696ab72db558041b5cca8e26ff51ae557f7842242a7d4ed1') '1d3123b9d97a4889696ab72db558041b5cca8e26ff51ae557f7842242a7d4ed1')