community/neovim to 0.7.1-1

This commit is contained in:
Kevin Mihelich 2022-06-26 18:28:45 +00:00
parent 8a0f9ffe22
commit 3ee8f5586f

View file

@ -7,8 +7,8 @@
# - -DENABLE_LTO=OFF
pkgname=neovim
pkgver=0.7.0
pkgrel=3
pkgver=0.7.1
pkgrel=1
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
arch=('x86_64')
url='https://neovim.io'
@ -23,7 +23,7 @@ optdepends=('python-neovim: for Python 3 plugin support (see :help python)'
'wl-clipboard: for clipboard support on wayland (see :help clipboard)')
options=(debug)
source=("https://github.com/neovim/neovim/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha512sums=('3597c54fb925a4d607bca9ba0fdb37df90ecb816da99f52baf46cc2ec79727a55048ba1d8d22c8e7d61f0e8e35546326b1d0d15c0a91de8bf5bc529c45fb1ce0')
sha512sums=('ebb76b722b77218234fe99a6ede0414eebd4a371dc792288b3a26ff1c5afbc9d8bce314d7c4f637b59c05ca12159680dafe7ac2c35532187cde56d7dd2801eba')
build() {
export PKG_CONFIG_PATH="/usr/lib/libvterm01/pkgconfig:$PKG_CONFIG_PATH"