Date: Saturday, October 29, 2016 @ 20:24:19 Author: svenstaro Revision: 193974
upgpkg: neovim 0.1.6-1 upstream release 0.1.6 Modified: neovim/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-10-29 20:13:18 UTC (rev 193973) +++ PKGBUILD 2016-10-29 20:24:19 UTC (rev 193974) @@ -3,13 +3,13 @@ # Contributor: Florian Hahn <[email protected]> pkgname=neovim -pkgver=0.1.5 +pkgver=0.1.6 pkgrel=1 pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs' arch=('i686' 'x86_64') url='https://neovim.io' license=('custom:neovim') -depends=('jemalloc' 'libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm') +depends=('jemalloc' 'libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm' 'gperf') makedepends=('cmake' 'luajit' 'lua51-mpack' 'lua51-lpeg') optdepends=('python2-neovim: for Python 2 plugin support (see :help nvim-python)' 'python-neovim: for Python 3 plugin support (see :help nvim-python)' @@ -16,7 +16,7 @@ 'xclip: for clipboard support (or xsel) (see :help nvim-clipboard)' 'xsel: for clipboard support (or xclip) (see :help nvim-clipboard)') source=("https://github.com/neovim/neovim/archive/v${pkgver}.tar.gz") -sha256sums=('f286ff7994ef1835272285425d65804063f112c91925fee3ef8865282a6d2b7e') +sha256sums=('a9fe7aadd38ef015f82ec340f6b6c0629d02c9ca4d85352db0934ae511d2f02a') install=neovim.install build() {
