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

Morten Linderud foxboron at archlinux.org
Mon Jul 13 16:42:37 UTC 2020


    Date: Monday, July 13, 2020 @ 16:42:37
  Author: foxboron
Revision: 663433

upgpkg: python-wheel 0.34.2-3 - reproducible builds

Modified:
  python-wheel/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-13 16:32:18 UTC (rev 663432)
+++ PKGBUILD	2020-07-13 16:42:37 UTC (rev 663433)
@@ -6,7 +6,7 @@
 pkgbase=python-wheel
 pkgname=('python-wheel' 'python2-wheel')
 pkgver=0.34.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A built-package format for Python"
 arch=(any)
 url="https://pypi.python.org/pypi/wheel"
@@ -26,6 +26,8 @@
 }
 
 build() {
+  export PYTHONHASHSEED=0
+
   cd "$srcdir/wheel-$pkgver"
   python setup.py build
 



More information about the arch-commits mailing list