Date: Sunday, July 18, 2021 @ 15:54:18
Author: jelle
Revision: 978507
Make reproducible by setting PYTHONHASHSEED
Modified:
dns-lexicon/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-18 15:46:50 UTC (rev 978506)
+++ PKGBUILD 2021-07-18 15:54:18 UTC (rev 978507)
@@ -2,7 +2,7 @@
pkgname=dns-lexicon
pkgver=3.6.1
-pkgrel=1
+pkgrel=2
pkgdesc="Manipulate DNS records on various DNS providers in a
standardized/agnostic way"
arch=('any')
url="https://github.com/AnalogJ/lexicon"
@@ -37,6 +37,7 @@
build() {
cd lexicon-$pkgver
+ export PYTHONHASHSEED=0
python setup.py build
}