Index: python-cheroot/PKGBUILD =================================================================== --- python-cheroot.orig/PKGBUILD +++ python-cheroot/PKGBUILD @@ -62,6 +62,7 @@ package_python-cheroot() { depends=('python-six' 'python-jaraco') cd "${srcdir}/${_pkgbase}-${pkgver}" + export PYTHONHASHSEED=0 python setup.py install --root="$pkgdir/" --optimize=1 # the author has promised to include a LICENSE file in future releases: