~alpine/aports

community/neovim: upgrade to 0.4.2 v1 APPLIED

VÖRÖSKŐI András <voroskoi@gmail.com>
VÖRÖSKŐI András: 1
 community/neovim: upgrade to 0.4.2

 1 files changed, 3 insertions(+), 3 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3073/mbox | git am -3
Learn more about email & git

[PATCH] community/neovim: upgrade to 0.4.2 Export this patch

VÖRÖSKŐI András <voroskoi@gmail.com>
Neovim in edge is broken, needs a rebuild with libvterm updated couple days ago
Old version does not compile with new libvterm, hence the upgrade
---
 community/neovim/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/community/neovim/APKBUILD b/community/neovim/APKBUILD
index 54f7541e7d..2264e9958a 100644
--- a/community/neovim/APKBUILD
+++ b/community/neovim/APKBUILD
@@ -13,7 +13,7 @@

# TODO: Try to trim the base package to include only common syntax files etc.
pkgname=neovim
pkgver=0.3.8
pkgver=0.4.2
pkgrel=0
pkgdesc="Vim-fork focused on extensibility and agility"
url="https://neovim.io"
@@ -21,7 +21,7 @@ url="https://neovim.io"
arch="all !s390x"
license="Apache-2.0 custom"
makedepends="cmake gettext-dev gperf libtermkey-dev libuv-dev libvterm-dev
	lua5.1-lpeg lua5.1-mpack msgpack-c-dev unibilium-dev"
	lua5.1-lpeg lua5.1-mpack msgpack-c-dev unibilium-dev libluv-dev"
# Build neovim with lua instead of luajit on aarch64
# See https://github.com/neovim/neovim/issues/7879
case "$CARCH" in
@@ -76,5 +76,5 @@ doc() {
	done
}

sha512sums="431d3df859b430570e3f927328b862945a15b1ac041108599670d32af6cccac9361a143fc6af27847529629a43a5e0a0afd98b1c826d4ee1e7570de3cf14f9c7  neovim-0.3.8.tar.gz
sha512sums="cc0de18ee7ca5105a0dd9f5f06b4d58335618b22c4dc3d584a024683785ff9d541c7f5131742b8a818ac9acb2218da92f9b8a881d56c4b963237918e589fac22  neovim-0.4.2.tar.gz
72ab288f53acddc088c567aafe8c5afa6835325fab7879e782d1d62f87a662f3a6bac123c450debbae1b32336cc60b2830b429838ee3dfcc7524773b5069f4f0  nodoc.txt"
-- 
2.23.0