[arch-commits] Commit in neovim/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Mon Jul 3 12:38:06 UTC 2017
Date: Monday, July 3, 2017 @ 12:38:06
Author: svenstaro
Revision: 242171
Fix help commands in optdeps
Modified:
neovim/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-07-03 12:14:50 UTC (rev 242170)
+++ PKGBUILD 2017-07-03 12:38:06 UTC (rev 242171)
@@ -11,10 +11,10 @@
license=('custom:neovim')
depends=('jemalloc' 'libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm')
makedepends=('cmake' 'luajit' 'lua51-mpack' 'lua51-lpeg' 'gperf')
-optdepends=('python2-neovim: for Python 2 plugin support (see :help nvim-python)'
- 'python-neovim: for Python 3 plugin support (see :help nvim-python)'
- 'xclip: for clipboard support (or xsel) (see :help nvim-clipboard)'
- 'xsel: for clipboard support (or xclip) (see :help nvim-clipboard)')
+optdepends=('python2-neovim: for Python 2 plugin support (see :help python)'
+ 'python-neovim: for Python 3 plugin support (see :help python)'
+ 'xclip: for clipboard support (or xsel) (see :help clipboard)'
+ 'xsel: for clipboard support (or xclip) (see :help clipboard)')
source=("https://github.com/neovim/neovim/archive/v${pkgver}.tar.gz")
sha256sums=('72e263f9d23fe60403d53a52d4c95026b0be428c1b9c02b80ab55166ea3f62b5')
install=neovim.install
More information about the arch-commits
mailing list