This commit is contained in:
Jonathan Apodaca 2023-12-30 18:35:57 -07:00
parent 9658fca369
commit dda36d9427
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.4 pkgver = 0.9.5
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.4.appimage::https://github.com/neovim/neovim/releases/download/v0.9.4/nvim.appimage source = nvim-0.9.5.appimage::https://github.com/neovim/neovim/releases/download/v0.9.5/nvim.appimage
source = ex source = ex
source = view source = view
source = vimdiff source = vimdiff
sha256sums = 028cfaaf551d64cbb2f39d15363ed78edb01e2673579b48cb694e3604207d656 sha256sums = 0c82e5702af7a11fbb916a11b4a82e98928abf8266c74b2030ea740340437bf9
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.4 pkgver=0.9.5
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=('028cfaaf551d64cbb2f39d15363ed78edb01e2673579b48cb694e3604207d656' sha256sums=('0c82e5702af7a11fbb916a11b4a82e98928abf8266c74b2030ea740340437bf9'
'5d3178628afc39f0318638cad19e9ad06ada89926dfb263e93ab35cc8f60e911' '5d3178628afc39f0318638cad19e9ad06ada89926dfb263e93ab35cc8f60e911'
'3cb963a264b6cf45749627408b5a62c6945e5e426b595bb5e6a388194c2c1990' '3cb963a264b6cf45749627408b5a62c6945e5e426b595bb5e6a388194c2c1990'
'1d3123b9d97a4889696ab72db558041b5cca8e26ff51ae557f7842242a7d4ed1') '1d3123b9d97a4889696ab72db558041b5cca8e26ff51ae557f7842242a7d4ed1')