aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlack Coder <slackcoder@server.ky>2022-09-16 05:58:56 -0500
committerSlack Coder <slackcoder@server.ky>2022-09-16 05:58:56 -0500
commit980a0498e6fb7fb665ff92d7b04f93e7254a3abe (patch)
treed1dca7f135ac52177247445d25b996282f6fe30d
parentb0c018b1fea9952a3fce2e744b4e7bc6ef7aae6a (diff)
downloadslackbuilds-980a0498e6fb7fb665ff92d7b04f93e7254a3abe.tar.gz
neovim: bump v0.7.0
-rw-r--r--neovim/README6
-rw-r--r--neovim/neovim.SlackBuild4
-rw-r--r--neovim/neovim.info12
3 files changed, 14 insertions, 8 deletions
diff --git a/neovim/README b/neovim/README
index ee3c7e4..a03c5e5 100644
--- a/neovim/README
+++ b/neovim/README
@@ -5,3 +5,9 @@ Neovim is a project that seeks to aggressively refactor Vim in order to:
* Enable the implementation of new/modern user interfaces without any
modifications to the core source
* Improve extensibility with a new plugin architecture
+
+note on building:
+be sure to have lua (5.1) installed so that the lua-libraries neovim
+depends on are packaged for 5.1 (e.g. lpeg). the lua used in neovim is
+shipped with it, so lua isn't a direct dependency for neovim and not
+listed in REQUIRES.
diff --git a/neovim/neovim.SlackBuild b/neovim/neovim.SlackBuild
index c024a30..e2caaeb 100644
--- a/neovim/neovim.SlackBuild
+++ b/neovim/neovim.SlackBuild
@@ -2,6 +2,7 @@
# SlackBuild script for neovim
+# Copyright 2021-2022 Ruben Schuller <sb@rbn.im>
# Copyright 2014-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
@@ -25,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=neovim
-VERSION=${VERSION:-0.5.1}
+VERSION=${VERSION:-0.7.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -79,7 +80,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-patch -p1 < $CWD/patch/0001-fix-provider-compare-versions-as-number-not-string-1.patch
mkdir -p build
cd build
cmake \
diff --git a/neovim/neovim.info b/neovim/neovim.info
index 1ddcec7..bc7e2d6 100644
--- a/neovim/neovim.info
+++ b/neovim/neovim.info
@@ -1,10 +1,10 @@
PRGNAM="neovim"
-VERSION="0.5.1"
+VERSION="0.7.2"
HOMEPAGE="https://neovim.io"
-DOWNLOAD="https://github.com/neovim/neovim/archive/v0.5.1/neovim-0.5.1.tar.gz"
-MD5SUM="9d957ca75cec992428325d654ad50b7e"
+DOWNLOAD="https://github.com/neovim/neovim/archive/v0.7.2/neovim-0.7.2.tar.gz"
+MD5SUM="f0fb0aa65462e36ca1ef627833266976"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="greenlet msgpack-c lua-mpack lua-lpeg lua-luv libtermkey libvterm tree-sitter"
-MAINTAINER="Benjamin Trigona-Harany"
-EMAIL="slackbuilds@jaxartes.net"
+REQUIRES="msgpack-c lua-mpack lua-lpeg lua-luv libtermkey libvterm tree-sitter"
+MAINTAINER="Ruben Schuller"
+EMAIL="sb@rbn.im"