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

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Jan 7 12:01:44 UTC 2018


    Date: Sunday, January 7, 2018 @ 12:01:43
  Author: svenstaro
Revision: 279852

upgpkg: python-neovim 0.2.0-2

Fix for msgpack changes

Modified:
  python-neovim/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-07 11:06:38 UTC (rev 279851)
+++ PKGBUILD	2018-01-07 12:01:43 UTC (rev 279852)
@@ -4,7 +4,7 @@
 pkgname=('python-neovim' 'python2-neovim')
 _realname=python-client
 pkgver=0.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Python client for Neovim'
 url='https://github.com/neovim/python-client'
 arch=('any')
@@ -14,6 +14,7 @@
 sha256sums=('936b8c5a137436499328362da165f7ef16492a628d5a6d9f7b7f182c0200f8ab')
 
 prepare() {
+  sed -i "s/msgpack-python/msgpack/g" ${_realname}-${pkgver}/setup.py
   cp -a ${_realname}-${pkgver}{,-python2}
 }
 



More information about the arch-commits mailing list