Date: Tuesday, April 26, 2016 @ 21:37:34 Author: svenstaro Revision: 171938
upgpkg: neovim 0.1.4-1 upstream release 0.1.4 Modified: neovim/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-26 19:29:39 UTC (rev 171937) +++ PKGBUILD 2016-04-26 19:37:34 UTC (rev 171938) @@ -3,7 +3,7 @@ # Contributor: Florian Hahn <[email protected]> pkgname=neovim -pkgver=0.1.3 +pkgver=0.1.4 pkgrel=1 pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs' arch=('i686' 'x86_64') @@ -10,13 +10,13 @@ url='https://neovim.io' license=('custom:neovim') depends=('jemalloc' 'libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm') -makedepends=('cmake' 'luajit' 'lua51-messagepack' 'lua51-lpeg') +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)' '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=('7a86892d941b8829537ad46864b9a363d009ba56aeefdef2ee15ffa3eee5f92b') +sha256sums=('bb7e359eb83db20c5ec5984b470b249372b6dcd813ae2ccf72c01cce560f93e9') install=neovim.install build() {
