community/neovim to 0.9.0-1

This commit is contained in:
Kevin Mihelich 2023-04-07 15:44:03 +00:00
parent 759b4c840f
commit acb950f13a

View file

@ -7,7 +7,7 @@
# - -DENABLE_LTO=OFF
pkgname=neovim
pkgver=0.8.3
pkgver=0.9.0
pkgrel=1
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
arch=('x86_64')
@ -22,7 +22,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=('0ecf60b564a323eb95eb2e67f7dc7e1c1e7bfc70b08466a66eb668d1b75a7362ca42901cd5a64fda22292375e2921ba61c299ac846f820ac146dc55426813eb8')
sha512sums=('e42f09f408b83fc34e8f169321e0349d1f851e67a998265c53d2ddb1a4792c3f4777fabe32baf2c7eff7d3745ff60d4a07da542ccd272883f7f4e080b2c9c1bf')
build() {
cmake \