From 0f5b2389a0a7a7d16ed09a03e61ce625485bc857 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 13 Jan 2019 20:48:32 +0000 Subject: [PATCH] community/neovim to 0.3.4-1 --- community/neovim/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/neovim/PKGBUILD b/community/neovim/PKGBUILD index 43480bd46..b60ecbd3d 100644 --- a/community/neovim/PKGBUILD +++ b/community/neovim/PKGBUILD @@ -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() {