summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-01-07 11:25:10 -0700
committerMark Wagie2022-01-07 11:25:10 -0700
commitede2992e2a68e98c0f920f685379d01a9a5b1e09 (patch)
treea90fc0181ee3d25ae82871e59a121e5639781c56
parentb8e82c874ca267d2d91cf4381093af59dae08cb7 (diff)
downloadaur-ede2992e2a68e98c0f920f685379d01a9a5b1e09.tar.gz
minor PKGBUILD improvements
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5871a42c9dd3..99d4086228dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,6 @@ build() {
package() {
cd "$_name-$pkgver"
- export PYTHONHASHSEED=0
python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
install -Dm644 "$srcdir/LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname"