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

Jelle van der Waa jelle at archlinux.org
Sat May 8 22:08:40 UTC 2021


    Date: Saturday, May 8, 2021 @ 22:08:40
  Author: jelle
Revision: 414767

Make reproducible by export PYTHONHASSHEEd

Modified:
  mercurial/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-08 21:58:27 UTC (rev 414766)
+++ PKGBUILD	2021-05-08 22:08:40 UTC (rev 414767)
@@ -4,7 +4,7 @@
 
 pkgname=mercurial
 pkgver=5.8
-pkgrel=1
+pkgrel=2
 pkgdesc='A scalable distributed SCM tool'
 arch=(x86_64)
 url="https://www.mercurial-scm.org/"
@@ -33,6 +33,7 @@
 
 build() {
   cd $pkgname-$pkgver
+  export PYTHONHASHSEED=0
   make
   make -C contrib/chg
 }



More information about the arch-commits mailing list