development/neovim-qt: Updated for version 0.2.9.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2018-08-10 18:41:18 -07:00
parent 5e42ca466e
commit 4ab4a7e0a1
2 changed files with 8 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# SlackBuild script for neovim-qt
# Copyright 2017 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=neovim-qt
VERSION=${VERSION:-0.2.8}
VERSION=${VERSION:-0.2.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -89,7 +89,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a CONTRIBUTING.md LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
CONTRIBUTING.md LICENSE README.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View File

@ -1,8 +1,8 @@
PRGNAM="neovim-qt"
VERSION="0.2.8"
VERSION="0.2.9"
HOMEPAGE="https://github.com/equalsraf/neovim-qt"
DOWNLOAD="https://github.com/equalsraf/neovim-qt/archive/v0.2.8/neovim-qt-0.2.8.tar.gz"
MD5SUM="018da85ad3a054870790854e31c1911e"
DOWNLOAD="https://github.com/equalsraf/neovim-qt/archive/v0.2.9/neovim-qt-0.2.9.tar.gz"
MD5SUM="2da8c45aed30c9adf150ce48a17cefc9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="neovim qt5"