neovim: update to 0.2.1.

Closes #8989.
This commit is contained in:
maxice8 2017-11-08 04:51:49 -02:00 committed by Enno Boland
parent 5464df0080
commit aa960b3621
1 changed files with 4 additions and 4 deletions

View File

@ -1,17 +1,17 @@
# Template file for 'neovim' # Template file for 'neovim'
pkgname=neovim pkgname=neovim
version=0.2.0 version=0.2.1
revision=2 revision=1
build_style=cmake build_style=cmake
configure_args="-DENABLE_JEMALLOC=0 -DUSE_BUNDLED_LIBTERMKEY=OFF" configure_args="-DENABLE_JEMALLOC=0 -DUSE_BUNDLED_LIBTERMKEY=OFF"
hostmakedepends="gperf lua51-lpeg lua51-mpack lua51-BitOp" hostmakedepends="pkg-config gperf LuaJIT-devel lua51-lpeg lua51-mpack"
makedepends="libtermkey-devel libuv-devel libvterm-devel msgpack-devel" makedepends="libtermkey-devel libuv-devel libvterm-devel msgpack-devel"
short_desc="Fork of Vim aiming to improve user experience, plugins and GUIs" short_desc="Fork of Vim aiming to improve user experience, plugins and GUIs"
maintainer="Steve Prybylski <sa.prybylx@gmail.com>" maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
license="Apache-2.0, GPL-2" license="Apache-2.0, GPL-2"
homepage="http://neovim.io" homepage="http://neovim.io"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz" distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
checksum=72e263f9d23fe60403d53a52d4c95026b0be428c1b9c02b80ab55166ea3f62b5 checksum=9e2c068a8994c9023a5f84cde9eb7188d3c85996a7e42e611e3cd0996e345dd3
# XXX: neovim needs host bin to generate helptags at build time. # XXX: neovim needs host bin to generate helptags at build time.
nocross=yes nocross=yes