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

Morten Linderud foxboron at archlinux.org
Mon Jul 13 19:02:59 UTC 2020


    Date: Monday, July 13, 2020 @ 19:02:59
  Author: foxboron
Revision: 663525

upgpkg: python-language-server 0.34.1-2 - reproducible builds

Modified:
  python-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-13 18:43:17 UTC (rev 663524)
+++ PKGBUILD	2020-07-13 19:02:59 UTC (rev 663525)
@@ -4,7 +4,7 @@
 
 pkgname=python-language-server
 pkgver=0.34.1
-pkgrel=1
+pkgrel=2
 pkgdesc="An implementation of the Language Server Protocol for Python"
 arch=("any")
 url="https://github.com/palantir/python-language-server"
@@ -34,6 +34,7 @@
 
 build() {
     cd "${pkgname}-${pkgver}"
+    export PYTHONHASHSEED=0
     python setup.py build
 }
 



More information about the arch-commits mailing list