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

Jelle van der Waa jelle at archlinux.org
Fri Dec 11 20:33:13 UTC 2020


    Date: Friday, December 11, 2020 @ 20:33:13
  Author: jelle
Revision: 773211

Make package reproducible by setting PYTHONHASHSEED

Modified:
  python-crc16/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-11 19:41:10 UTC (rev 773210)
+++ PKGBUILD	2020-12-11 20:33:13 UTC (rev 773211)
@@ -2,7 +2,7 @@
 
 pkgname=python-crc16
 pkgver=0.1.1
-pkgrel=4
+pkgrel=5
 arch=(x86_64)
 pkgdesc='Python library for calculating CRC16'
 url="https://pypi.org/project/crc16/"
@@ -14,6 +14,7 @@
 
 build() {
   cd "${pkgname#python-}-$pkgver"
+  export PYTHONHASHSEED=0
   python setup.py build
 }
 



More information about the arch-commits mailing list