summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAvery2022-10-30 15:31:07 +0800
committerAvery2022-10-30 15:31:07 +0800
commitf491dfe101707bb35c2a298459f84e1bbb6d0dd1 (patch)
tree5f84831b7ebd4ad084ea9915225ef7a1a1516663 /PKGBUILD
parent5d76b8b90bdbb5ea042382c89af307bbb6ead5ca (diff)
downloadaur-python-overrides.tar.gz
chore: remove useless export
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e252c4b79d7c..d240d1ce3c1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Avery Warddhana <nullableVoidPtr+arch _ gmail>
+# Maintainer: Avery Warddhana <them+arch _ nullablevo id au>
pkgname=python-overrides
_name=${pkgname#python-}
pkgver=7.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="A decorator to automatically detect mismatch when overriding a method"
url='https://github.com/mkorpela/overrides'
arch=('any')
@@ -27,7 +27,6 @@ check() {
package() {
cd "${_name}-${pkgver}"
- export PYTHONHASHSEED=0
python setup.py install --root="$pkgdir" --optimize=1
}