summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d63e5f866158..d986438042fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-xmldiff
pkgdesc = A libray and command line utility for diffing xml
pkgver = 2.4
- pkgrel = 2
+ pkgrel = 3
url = https://xmldiff.readthedocs.io
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 6fc6c6e94e8f..07a9155626b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-xmldiff
_pyname=${pkgname#python-}
pkgver=2.4
-pkgrel=2
+pkgrel=3
pkgdesc='A libray and command line utility for diffing xml'
arch=(any)
url="https://$_pyname.readthedocs.io"
@@ -19,7 +19,6 @@ sha256sums=('05bea20ce1f2c9678683bcce0c3ba9981f87d92b709d190e018bcbf047eccf63')
build() {
cd "$_archive"
- export PYTHONHASHSEED=0
python setup.py build
}