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

Allan McRae allan at archlinux.org
Sat May 23 03:50:48 UTC 2020


    Date: Saturday, May 23, 2020 @ 03:50:48
  Author: allan
Revision: 387439

more repro attempts...

Modified:
  gpgme/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-23 02:59:47 UTC (rev 387438)
+++ PKGBUILD	2020-05-23 03:50:48 UTC (rev 387439)
@@ -16,16 +16,10 @@
             'SKIP')
 validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
 
-prepare() {
-  cd ${pkgbase}-${pkgver}
-
-  # touch python sources for reproducibility
-  find lang/python -name *.py -exec touch -d @$SOURCE_DATE_EPOCH {} +
-}
-
 build() {
   cd ${pkgbase}-${pkgver}
 
+  export PYTHONHASHSEED=0
   ./configure \
     --prefix=/usr \
     --disable-fd-passing \
@@ -74,5 +68,6 @@
 
   cd ${pkgbase}-${pkgver}/lang/python
 
+  export PYTHONHASHSEED=0
   make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list