community/neovim to 0.3.4-1

This commit is contained in:
Kevin Mihelich 2019-01-13 20:48:32 +00:00
parent f9aab9f522
commit 0f5b2389a0

View file

@ -6,7 +6,7 @@
# - -DENABLE_LTO=OFF
pkgname=neovim
pkgver=0.3.3
pkgver=0.3.4
pkgrel=1
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
arch=('x86_64')
@ -19,7 +19,7 @@ optdepends=('python2-neovim: for Python 2 plugin support (see :help python)'
'xclip: for clipboard support (or xsel) (see :help clipboard)'
'xsel: for clipboard support (or xclip) (see :help clipboard)')
source=(https://github.com/neovim/neovim/archive/v${pkgver}.tar.gz)
sha512sums=('2e2910e0dafdff69d2d9f54376c6d7c64e0f172bda02f85281fe6e694e7d81365e682793e454a0ca6f6c1b8a4ed9120bbfe574afa1fd0e6368e06af743d7d147')
sha512sums=('fbf22ccffbb36c082bfe9a66b3d0180a78581102732a44ab7a5417aef517c88b69406491854613a1cf347ddab6fc6e277f959887556d2c0068cf181e4d88c36b')
install=neovim.install
build() {