[arch-commits] Commit in neovim/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Feb 28 08:41:04 UTC 2020


    Date: Friday, February 28, 2020 @ 08:41:03
  Author: svenstaro
Revision: 584964

upgpkg: neovim 0.4.3-2: Add opt-dep on wl-clipboard (fixes FS#65623)

Modified:
  neovim/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-28 08:26:02 UTC (rev 584963)
+++ PKGBUILD	2020-02-28 08:41:03 UTC (rev 584964)
@@ -4,7 +4,7 @@
 
 pkgname=neovim
 pkgver=0.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
 arch=('x86_64')
 url='https://neovim.io'
@@ -13,8 +13,9 @@
 depends=('libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm' 'luajit' 'libluv')
 makedepends=('cmake' 'ninja' 'lua51-mpack' 'lua51-lpeg' 'gperf')
 optdepends=('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)')
+            '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)')
 source=("https://github.com/neovim/neovim/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
 sha512sums=('e13853fa296eda8618f389c71b6cbbd6f01d561615e80cc92959131dd10e395b1c6732a7d9ef6dbb9fe3ea9da4c11485b464547e2d46b22e59b8a20214e861f5')
 



More information about the arch-commits mailing list