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

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Apr 23 14:23:38 UTC 2019


    Date: Tuesday, April 23, 2019 @ 14:23:37
  Author: svenstaro
Revision: 453143

upgpkg: python-neovim 0.3.2-3

Remove hard neovim dep, turns out it doesn't really need it

Modified:
  python-neovim/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-23 14:17:33 UTC (rev 453142)
+++ PKGBUILD	2019-04-23 14:23:37 UTC (rev 453143)
@@ -3,12 +3,12 @@
 pkgname=python-neovim
 _realname=pynvim
 pkgver=0.3.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Python client for Neovim'
-url='https://github.com/neovim/python-client'
+url='https://github.com/neovim/pynvim'
 arch=('any')
 license=('Apache')
-depends=('neovim' 'python' 'python-msgpack' 'python-greenlet')
+depends=('python' 'python-msgpack' 'python-greenlet')
 makedepends=('python-setuptools')
 source=("https://github.com/neovim/python-client/archive/${pkgver}.tar.gz")
 sha256sums=('0a44c540dd5790acfbc7e411b0ed4fb6c44914d866226ebebf370c24c2723dc2')



More information about the arch-commits mailing list