diff options
author | Ruben Schuller <code@rbn.im> | 2022-04-21 23:04:43 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-24 01:47:21 +0700 |
commit | 7ab72fcd6371a3d5248cff08194fce1023143724 (patch) | |
tree | fd6d6d16cb6bf80c8c1c35a5b8956268ea366456 /development | |
parent | df9adeb248186f6fe7b208e6fa7aa7d875b06c36 (diff) | |
download | slackbuilds-7ab72fcd6371a3d5248cff08194fce1023143724.tar.gz |
development/neovim: Updated for version 0.7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/neovim/README | 6 | ||||
-rw-r--r-- | development/neovim/neovim.SlackBuild | 2 | ||||
-rw-r--r-- | development/neovim/neovim.info | 6 |
3 files changed, 10 insertions, 4 deletions
diff --git a/development/neovim/README b/development/neovim/README index ee3c7e4d5d..a03c5e5a97 100644 --- a/development/neovim/README +++ b/development/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/development/neovim/neovim.SlackBuild b/development/neovim/neovim.SlackBuild index 16330b1eb5..a5c3794542 100644 --- a/development/neovim/neovim.SlackBuild +++ b/development/neovim/neovim.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=neovim -VERSION=${VERSION:-0.6.1} +VERSION=${VERSION:-0.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/neovim/neovim.info b/development/neovim/neovim.info index 0580d8b170..597fb33b32 100644 --- a/development/neovim/neovim.info +++ b/development/neovim/neovim.info @@ -1,8 +1,8 @@ PRGNAM="neovim" -VERSION="0.6.1" +VERSION="0.7.0" HOMEPAGE="https://neovim.io" -DOWNLOAD="https://github.com/neovim/neovim/archive/v0.6.1/neovim-0.6.1.tar.gz" -MD5SUM="2984419e2c51c37e15e17e3b17230795" +DOWNLOAD="https://github.com/neovim/neovim/archive/v0.7.0/neovim-0.7.0.tar.gz" +MD5SUM="96d634871c9a0791fb5643eb764869e5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="msgpack-c lua-mpack lua-lpeg lua-luv libtermkey libvterm tree-sitter" |