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

Morten Linderud foxboron at archlinux.org
Thu May 14 12:30:35 UTC 2020


    Date: Thursday, May 14, 2020 @ 12:30:34
  Author: foxboron
Revision: 627925

upgpkg: python-language-server 0.32.0-3

Don't multi-task when building

Modified:
  python-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-14 12:07:04 UTC (rev 627924)
+++ PKGBUILD	2020-05-14 12:30:34 UTC (rev 627925)
@@ -4,7 +4,7 @@
 
 pkgname=python-language-server
 pkgver=0.32.0
-pkgrel=2
+pkgrel=3
 pkgdesc="An implementation of the Language Server Protocol for Python"
 arch=("any")
 url="https://github.com/palantir/python-language-server"
@@ -29,7 +29,7 @@
 
 prepare(){
     cd "${pkgname}-${pkgver}"
-    sed -i "s/ujson.*/usjon'/" setup.py
+    sed -i "s/ujson.*/ujson'/" setup.py
 }
 
 build() {



More information about the arch-commits mailing list