Date: Saturday, April 29, 2023 @ 08:11:13
Author: polyzen
Revision: 1449254
upgpkg: neovim 0.9.0-2: Update Python support optdep
Modified:
neovim/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-29 07:57:50 UTC (rev 1449253)
+++ PKGBUILD 2023-04-29 08:11:13 UTC (rev 1449254)
@@ -5,7 +5,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'
@@ -14,7 +14,7 @@
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)')