v0.10.0
This commit is contained in:
parent
dda36d9427
commit
e84a334667
8
.SRCINFO
8
.SRCINFO
@ -4,8 +4,8 @@ postinst = neovim-bin.postinst
|
||||
prerm = neovim-bin.prerm
|
||||
pkgbase = neovim-bin
|
||||
pkgdesc = Fork of Vim aiming to improve user experience, plugins, and GUIs
|
||||
pkgrel = 2
|
||||
pkgver = 0.9.5
|
||||
pkgrel = 1
|
||||
pkgver = 0.10.0
|
||||
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.5.appimage::https://github.com/neovim/neovim/releases/download/v0.9.5/nvim.appimage
|
||||
source = nvim-0.10.0.appimage::https://github.com/neovim/neovim/releases/download/v0.10.0/nvim.appimage
|
||||
source = ex
|
||||
source = view
|
||||
source = vimdiff
|
||||
sha256sums = 0c82e5702af7a11fbb916a11b4a82e98928abf8266c74b2030ea740340437bf9
|
||||
sha256sums = 6a021e9465fe3d3375e28c3e94c1c2c4f7d1a5a67e4a78cf52d18d77b1471390
|
||||
sha256sums = 5d3178628afc39f0318638cad19e9ad06ada89926dfb263e93ab35cc8f60e911
|
||||
sha256sums = 3cb963a264b6cf45749627408b5a62c6945e5e426b595bb5e6a388194c2c1990
|
||||
sha256sums = 1d3123b9d97a4889696ab72db558041b5cca8e26ff51ae557f7842242a7d4ed1
|
||||
|
8
PKGBUILD
8
PKGBUILD
@ -4,8 +4,8 @@
|
||||
# Contributor: Florian Hahn <flo@fhahn.com>
|
||||
|
||||
pkgname=neovim-bin
|
||||
pkgver=0.9.5
|
||||
pkgrel=2
|
||||
pkgver=0.10.0
|
||||
pkgrel=1
|
||||
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
|
||||
arch=('amd64')
|
||||
url='https://neovim.io'
|
||||
@ -22,7 +22,7 @@ source=(
|
||||
"vimdiff")
|
||||
postinst="${pkgname}.postinst"
|
||||
prerm="${pkgname}.prerm"
|
||||
sha256sums=('0c82e5702af7a11fbb916a11b4a82e98928abf8266c74b2030ea740340437bf9'
|
||||
sha256sums=('6a021e9465fe3d3375e28c3e94c1c2c4f7d1a5a67e4a78cf52d18d77b1471390'
|
||||
'5d3178628afc39f0318638cad19e9ad06ada89926dfb263e93ab35cc8f60e911'
|
||||
'3cb963a264b6cf45749627408b5a62c6945e5e426b595bb5e6a388194c2c1990'
|
||||
'1d3123b9d97a4889696ab72db558041b5cca8e26ff51ae557f7842242a7d4ed1')
|
||||
@ -45,7 +45,7 @@ package() {
|
||||
cp -r squashfs-root/usr/share/applications "${pkgdir}/usr/share/applications"
|
||||
cp -r squashfs-root/usr/share/icons "${pkgdir}/usr/share/icons"
|
||||
cp -r squashfs-root/usr/share/locale "${pkgdir}/usr/share/locale"
|
||||
cp -r squashfs-root/usr/man "${pkgdir}/usr/share/man"
|
||||
cp -r squashfs-root/usr/share/man "${pkgdir}/usr/share/man"
|
||||
cp -r squashfs-root/usr/share/nvim "${pkgdir}/usr/share/nvim"
|
||||
|
||||
echo "Copying scripts for update-alternatives symbolic links"
|
||||
|
Loading…
x
Reference in New Issue
Block a user