From 8fd9a8432f6d982a4dbbab8735dd92d783371b0f Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 8 Nov 2019 23:33:11 +0000 Subject: [PATCH] community/neovim to 0.4.3-1 --- community/neovim/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/community/neovim/PKGBUILD b/community/neovim/PKGBUILD index 5ef41de44..36fafd779 100644 --- a/community/neovim/PKGBUILD +++ b/community/neovim/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer: Sven-Hendrik Haase +# Maintainer: Sven-Hendrik Haase # Contributor: Florian Walch # Contributor: Florian Hahn @@ -6,8 +6,8 @@ # - -DENABLE_LTO=OFF pkgname=neovim -pkgver=0.4.2 -pkgrel=2 +pkgver=0.4.3 +pkgrel=1 pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs' arch=('x86_64') url='https://neovim.io' @@ -19,7 +19,7 @@ optdepends=('python-neovim: for Python 3 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}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('cc0de18ee7ca5105a0dd9f5f06b4d58335618b22c4dc3d584a024683785ff9d541c7f5131742b8a818ac9acb2218da92f9b8a881d56c4b963237918e589fac22') +sha512sums=('e13853fa296eda8618f389c71b6cbbd6f01d561615e80cc92959131dd10e395b1c6732a7d9ef6dbb9fe3ea9da4c11485b464547e2d46b22e59b8a20214e861f5') build() { cmake -Hneovim-${pkgver} -Bbuild -GNinja \