neovim: update to 0.2.2.

This commit is contained in:
Steve Prybylski 2017-11-18 19:36:08 -05:00
parent 742cda277a
commit 36fd0fd252
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'neovim' # Template file for 'neovim'
pkgname=neovim pkgname=neovim
version=0.2.1 version=0.2.2
revision=1 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"
@ -11,7 +11,7 @@ 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=9e2c068a8994c9023a5f84cde9eb7188d3c85996a7e42e611e3cd0996e345dd3 checksum=a838ee07cc9a2ef8ade1b31a2a4f2d5e9339e244ade68e64556c1f4b40ccc5ed
# 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