community/neovim to 0.5.1-1

This commit is contained in:
David Beauchamp 2021-09-27 09:47:17 -04:00
parent 4d0b8a99d3
commit f142b3551c

View file

@ -6,7 +6,7 @@
# - -DENABLE_LTO=OFF
pkgname=neovim
pkgver=0.5.0
pkgver=0.5.1
pkgrel=1
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
arch=('x86_64')
@ -21,7 +21,7 @@ optdepends=('python-neovim: for Python 3 plugin support (see :help python)'
'xsel: for clipboard support on X11 (or xclip) (see :help clipboard)'
'wl-clipboard: for clipboard support on wayland (see :help clipboard)')
source=("https://github.com/neovim/neovim/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha512sums=('f6649f804faabb4104d3b28283932e40358c23990961f4ca7b380089318da312e59242746cee06387f4d881dd6514abbfec79c4063482383adfb4106e9e7a3a4')
sha512sums=('a5a976c4998e821e0d9a9038d3f0c9e7c424a951f6bfc6d75898916d6a004ac668f31a34c3472fc4fca6b1d9652ac662b06780dd04dc6a77ecdc81564ec05709')
build() {
cd neovim-${pkgver}