community/neovim to 0.9.0-2

This commit is contained in:
Kevin Mihelich 2023-04-29 14:39:30 +00:00
parent 89b000ca4e
commit b3478f21cd

View file

@ -8,7 +8,7 @@
pkgname=neovim
pkgver=0.9.0
pkgrel=1
pkgrel=2
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
arch=('x86_64')
url='https://neovim.io'
@ -17,7 +17,7 @@ license=('custom:neovim')
provides=('vim-plugin-runtime')
depends=('libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm>0.1.4' 'luajit' 'libluv' 'tree-sitter')
makedepends=('cmake' 'ninja' 'lua51-mpack' 'lua51-lpeg')
optdepends=('python-neovim: for Python 3 plugin support (see :help python)'
optdepends=('python-pynvim: for Python plugin support (see :help python)'
'xclip: for clipboard support on X11 (or xsel) (see :help clipboard)'
'xsel: for clipboard support on X11 (or xclip) (see :help clipboard)'
'wl-clipboard: for clipboard support on wayland (see :help clipboard)')