neovim: update to 0.1.1.
This commit is contained in:
parent
e8df3d07e5
commit
a82feec59f
2 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt
|
||||
index 46c5cf8..ddf3ff0 100644
|
||||
index ef8e38b..ddf3ff0 100644
|
||||
--- ./runtime/CMakeLists.txt
|
||||
+++ ./runtime/CMakeLists.txt
|
||||
@@ -35,13 +35,6 @@ add_custom_command(OUTPUT ${BUILDDOCFILES}
|
||||
|
@ -9,7 +9,7 @@ index 46c5cf8..ddf3ff0 100644
|
|||
- COMMAND "${PROJECT_BINARY_DIR}/bin/nvim"
|
||||
- -u NONE
|
||||
- -i NONE
|
||||
- -esX
|
||||
- -es
|
||||
- --headless
|
||||
- -c "helptags ++t ."
|
||||
- -c quit
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'neovim'
|
||||
pkgname=neovim
|
||||
version=0.1.0
|
||||
revision=3
|
||||
version=0.1.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DLUA_PRG=/usr/bin/lua5.2"
|
||||
hostmakedepends="cmake lua52-lpeg lua52-MessagePack lua52-BitOp"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
|||
license="Apache-2.0, GPL-2"
|
||||
homepage="http://neovim.io"
|
||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=e8659558103b8f5a65aac84007a12e3581b32736321778028017fd07365cfff8
|
||||
checksum=f39bcab23457c66ce0d67dcf8029743703f860413db0070f75d4f0ffad27c6c1
|
||||
|
||||
alternatives="
|
||||
vi:vi:/usr/bin/nvim
|
||||
|
|
Loading…
Reference in a new issue