summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-01-06 11:59:39 -0700
committerMark Wagie2022-01-06 11:59:39 -0700
commit11c05a64ab37b4d6cb13e71d44bf88ea02b4d0a2 (patch)
treee1ed4c5a07aef6733b1e1c42392faefe01fbf9c0 /PKGBUILD
parent4a0a24d6dfd71f9f861e65665c895e0dbf2a20ad (diff)
downloadaur-11c05a64ab37b4d6cb13e71d44bf88ea02b4d0a2.tar.gz
minor PKGBUILD improvements
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2532bfac63ce..b8dc5f1297ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,6 +25,5 @@ build() {
package() {
cd "$srcdir/$_pkgname"
- export PYTHONHASHSEED=0
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
}