This commit is contained in:
Jonathan Apodaca 2023-05-29 15:28:47 -06:00
parent e9017b20b5
commit 5ac7d96d08
2 changed files with 7 additions and 7 deletions

View File

@ -4,8 +4,8 @@ postinst = neovim-bin.postinst
prerm = neovim-bin.prerm 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 = 1
pkgver = 0.9.0 pkgver = 0.9.1
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.0.appimage::https://github.com/neovim/neovim/releases/download/v0.9.0/nvim.appimage source = nvim-0.9.1.appimage::https://github.com/neovim/neovim/releases/download/v0.9.1/nvim.appimage
source = ex source = ex
source = view source = view
source = vimdiff source = vimdiff
sha256sums = 0e1e6d53c6c8055de23bdb33f60bb64af0baf11390669c1b40ecbbf2c7a34547 sha256sums = 262892176e21da0902c4f0b1e027d54d21b4bcae6b0397afccd8a81b476c3055
sha256sums = 5d3178628afc39f0318638cad19e9ad06ada89926dfb263e93ab35cc8f60e911 sha256sums = 5d3178628afc39f0318638cad19e9ad06ada89926dfb263e93ab35cc8f60e911
sha256sums = 3cb963a264b6cf45749627408b5a62c6945e5e426b595bb5e6a388194c2c1990 sha256sums = 3cb963a264b6cf45749627408b5a62c6945e5e426b595bb5e6a388194c2c1990
sha256sums = 1d3123b9d97a4889696ab72db558041b5cca8e26ff51ae557f7842242a7d4ed1 sha256sums = 1d3123b9d97a4889696ab72db558041b5cca8e26ff51ae557f7842242a7d4ed1

View File

@ -4,8 +4,8 @@
# Contributor: Florian Hahn <flo@fhahn.com> # Contributor: Florian Hahn <flo@fhahn.com>
pkgname=neovim-bin pkgname=neovim-bin
pkgver=0.9.0 pkgver=0.9.1
pkgrel=2 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')
url='https://neovim.io' url='https://neovim.io'
@ -21,7 +21,7 @@ source=(
"vimdiff") "vimdiff")
postinst="${pkgname}.postinst" postinst="${pkgname}.postinst"
prerm="${pkgname}.prerm" prerm="${pkgname}.prerm"
sha256sums=('0e1e6d53c6c8055de23bdb33f60bb64af0baf11390669c1b40ecbbf2c7a34547' sha256sums=('262892176e21da0902c4f0b1e027d54d21b4bcae6b0397afccd8a81b476c3055'
'5d3178628afc39f0318638cad19e9ad06ada89926dfb263e93ab35cc8f60e911' '5d3178628afc39f0318638cad19e9ad06ada89926dfb263e93ab35cc8f60e911'
'3cb963a264b6cf45749627408b5a62c6945e5e426b595bb5e6a388194c2c1990' '3cb963a264b6cf45749627408b5a62c6945e5e426b595bb5e6a388194c2c1990'
'1d3123b9d97a4889696ab72db558041b5cca8e26ff51ae557f7842242a7d4ed1') '1d3123b9d97a4889696ab72db558041b5cca8e26ff51ae557f7842242a7d4ed1')