Index: spyder/PKGBUILD =================================================================== --- spyder.orig/PKGBUILD +++ spyder/PKGBUILD @@ -108,6 +108,7 @@ check() { package() { cd ${pkgname}-${pkgver} + export PYTHONHASHSEED=0 python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build # Install license file install -Dm644 LICENSE.txt -t ${pkgdir}/usr/share/licenses/${pkgname}/