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

Morten Linderud foxboron at archlinux.org
Thu May 14 12:06:53 UTC 2020


    Date: Thursday, May 14, 2020 @ 12:06:52
  Author: foxboron
Revision: 627923

upgpkg: python-language-server 0.32.0-2

Modified:
  python-language-server/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-14 12:04:23 UTC (rev 627922)
+++ PKGBUILD	2020-05-14 12:06:52 UTC (rev 627923)
@@ -4,7 +4,7 @@
 
 pkgname=python-language-server
 pkgver=0.32.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An implementation of the Language Server Protocol for Python"
 arch=("any")
 url="https://github.com/palantir/python-language-server"
@@ -26,6 +26,12 @@
 source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
 sha256sums=('3702a133100d1540e6789c01f1a183b2668262078fbb17b4d2495f5999e2ba48')
 
+
+prepare(){
+    cd "${pkgname}-${pkgver}"
+    sed -i "s/ujson.*/usjon'/" setup.py
+}
+
 build() {
     cd "${pkgname}-${pkgver}"
     python setup.py build



More information about the arch-commits mailing list