Date: Sunday, July 25, 2021 @ 15:35:59
  Author: kpcyrd
Revision: 984972

upgpkg: woob 3.0-2 - PYTHONHASHSEED=0

Modified:
  woob/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-07-25 15:35:57 UTC (rev 984971)
+++ PKGBUILD    2021-07-25 15:35:59 UTC (rev 984972)
@@ -2,7 +2,7 @@
 
 pkgname=woob
 pkgver=3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Core library and modules for Web outside of Browsers"
 arch=(any)
 url="https://woob.tech/";
@@ -33,6 +33,7 @@
 
 build() {
   cd ${pkgname}-${pkgver}
+  export PYTHONHASHSEED=0
   python setup.py build
 }
 

Reply via email to