summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-01-07 11:55:42 -0700
committerMark Wagie2022-01-07 11:55:42 -0700
commiteca374f8efe5e5c73e29202b6075cc49da2ea393 (patch)
tree87e4fafd7e3c125cdd740b63275d26bf51986d60
parentcd3199d361a70bc2d2d377de3858396385d8227c (diff)
downloadaur-eca374f8efe5e5c73e29202b6075cc49da2ea393.tar.gz
minor PKGBUILD improvements
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e74a08e1afe5..28075e1a0668 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,4 +11,3 @@ pkgbase = python-sphinxcontrib-programoutput
sha256sums = 300ee9b8caee8355d25cc74b4d1c7efd12e608d2ad165e3141d31e6fbc152b7f
pkgname = python-sphinxcontrib-programoutput
-
diff --git a/PKGBUILD b/PKGBUILD
index 86ac9cc37ebe..65367365580d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,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"