aboutsummaryrefslogtreecommitdiff
path: root/neovim/neovim.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'neovim/neovim.SlackBuild')
-rw-r--r--neovim/neovim.SlackBuild4
1 files changed, 2 insertions, 2 deletions
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 \