summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2021-09-09 11:09:14 -0600
committerMark Wagie2021-09-09 11:09:14 -0600
commitbec4d859b7ebb80b21ad65387a01ce976518d28f (patch)
tree7cc170eb28df651b317a7e4a0a23fd1ba0c02490 /PKGBUILD
parent14c8cba4965418a4f63b7de6459794a4da885a65 (diff)
downloadaur-bec4d859b7ebb80b21ad65387a01ce976518d28f.tar.gz
remove unneeded variable
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c50afd80041..ede83d06ef04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,6 @@ build() {
package() {
cd "$_name-$pkgver"
- export PYTHONHASHSEED=0
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"