summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew Gamble2022-01-23 22:29:51 +1100
committerMatthew Gamble2022-01-23 22:29:51 +1100
commitdc20f654181e15685110a423e9e8a1f538203918 (patch)
treea5c3066f4c330af93429402622d14d14ddcae7b0 /PKGBUILD
parente5d0afcecf2db577ec958dc97a2534f250ba44af (diff)
downloadaur-python-webpagecache.tar.gz
Add missing environment variable
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b1117f684f6..e81f37d6ccff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ build() {
package() {
cd "python-webpagecache-${pkgver}"
- python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+ PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/python-webpagecache/LICENSE.txt"
install -Dm644 REMADE.txt "${pkgdir}/usr/share/doc/python-webpagecache/README.txt"