neovim: update to 0.7.0.
This commit is contained in:
parent
dd8b196a76
commit
7227397dbc
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'neovim'
|
||||
pkgname=neovim
|
||||
version=0.6.1
|
||||
version=0.7.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
build_helper="qemu"
|
||||
configure_args="-DCMAKE_BUILD_TYPE=Release"
|
||||
configure_args="-DCMAKE_BUILD_TYPE=Release -DCOMPILE_LUA=OFF"
|
||||
hostmakedepends="pkg-config gettext gperf LuaJIT lua51-lpeg lua51-mpack"
|
||||
makedepends="libtermkey-devel libuv-devel libvterm-devel msgpack-devel
|
||||
LuaJIT-devel libluv-devel tree-sitter-devel"
|
||||
|
@ -14,7 +14,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
|||
license="Apache-2.0, custom:Vim"
|
||||
homepage="https://neovim.io"
|
||||
distfiles="https://github.com/neovim/neovim/archive/v${version}.tar.gz"
|
||||
checksum=dd882c21a52e5999f656cae3f336b5fc702d52addd4d9b5cd3dc39cfff35e864
|
||||
checksum=792a9c55d5d5f4a5148d475847267df309d65fb20f05523f21c1319ea8a6c7df
|
||||
|
||||
alternatives="
|
||||
vi:vi:/usr/bin/nvim
|
||||
|
@ -30,5 +30,5 @@ pre_configure() {
|
|||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vlicense LICENSE.txt
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue