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

Kpcyrd kpcyrd at archlinux.org
Sun May 16 23:04:00 UTC 2021


    Date: Sunday, May 16, 2021 @ 23:03:59
  Author: kpcyrd
Revision: 935972

upgpkg: scanmem 0.17-5 - reproducible builds bytecode

Modified:
  scanmem/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-16 22:54:47 UTC (rev 935971)
+++ PKGBUILD	2021-05-16 23:03:59 UTC (rev 935972)
@@ -7,7 +7,7 @@
 pkgbase=scanmem
 pkgname=('scanmem' 'libscanmem' 'gameconqueror')
 pkgver=0.17
-pkgrel=4
+pkgrel=5
 pkgdesc='Memory scanner designed to isolate the address of an arbitrary variable in an executing process'
 url='https://github.com/scanmem/scanmem'
 arch=('x86_64')
@@ -25,6 +25,7 @@
 
 build() {
   cd ${pkgbase}-${pkgver}
+  export PYTHONHASHSEED=0
   ./configure --enable-gui --prefix=/usr
   make
 }



More information about the arch-commits mailing list