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

Allan McRae allan at archlinux.org
Sun May 31 03:22:23 UTC 2020


    Date: Sunday, May 31, 2020 @ 03:22:22
  Author: allan
Revision: 387946

upgpkg: breezy 3.0.2.3-3: fix reproducibility

Modified:
  breezy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-31 02:52:57 UTC (rev 387945)
+++ PKGBUILD	2020-05-31 03:22:22 UTC (rev 387946)
@@ -3,7 +3,7 @@
 
 pkgname=breezy
 pkgver=3.0.2.3
-pkgrel=2
+pkgrel=3
 pkgdesc='A decentralized revision control system with support for Bazaar and Git file formats'
 arch=(x86_64)
 url=https://www.breezy-vcs.org/
@@ -40,6 +40,7 @@
 package() {
   cd breezy
 
+  export PYTHONHASHSEED=0
   python setup.py install --root="${pkgdir}" --install-data=usr/share --optimize=1 --skip-build
   ln -s brz "${pkgdir}"/usr/bin/bzr # backwards compatibility
 }



More information about the arch-commits mailing list