Date: Monday, July 13, 2020 @ 16:32:11 Author: foxboron Revision: 663431
upgpkg: mypy 0.782-2 - reproducible builds Modified: mypy/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-13 16:30:43 UTC (rev 663430) +++ PKGBUILD 2020-07-13 16:32:11 UTC (rev 663431) @@ -4,7 +4,7 @@ pkgname=mypy pkgver=0.782 -pkgrel=1 +pkgrel=2 pkgdesc='Optional static typing for Python 2 and 3 (PEP484)' url="http://www.mypy-lang.org/" arch=('any') @@ -16,6 +16,7 @@ build() { cd "$pkgname-$pkgver" + export PYTHONHASHSEED=0 python setup.py build }
