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

Kpcyrd kpcyrd at gemini.archlinux.org
Tue Jul 13 18:26:41 UTC 2021


    Date: Tuesday, July 13, 2021 @ 18:26:41
  Author: kpcyrd
Revision: 976866

upgpkg: xmldiff 2.4-3 - PYTHONHASHSEED=0

Modified:
  xmldiff/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-13 18:25:03 UTC (rev 976865)
+++ PKGBUILD	2021-07-13 18:26:41 UTC (rev 976866)
@@ -4,7 +4,7 @@
 
 pkgname=xmldiff
 pkgver=2.4
-pkgrel=2
+pkgrel=3
 pkgdesc="A python tool that figures out the differences between two similar XML files, in the same way the diff utility does it"
 arch=('x86_64')
 url="https://github.com/Shoobx/xmldiff"
@@ -17,6 +17,7 @@
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
+  export PYTHONHASHSEED=0
   python setup.py build
 }
 




More information about the arch-commits mailing list