summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew Gamble2022-01-23 21:17:22 +1100
committerMatthew Gamble2022-01-23 21:17:22 +1100
commit08ac2d22a7fb5e0e5ad96620e5aeadd93b418794 (patch)
treefd0b7a0a1b2f1f5d624b0372332bd09c5c7b24e9 /PKGBUILD
parent78ebf82356e1a8b81f1813ed5979ff7fb27cfb7a (diff)
downloadaur-mopidy-tunein.tar.gz
Code style fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e019bc5b037c..8820028c6db5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,6 +27,7 @@ build() {
package() {
cd "Mopidy-TuneIn-${pkgver}"
+
PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
install -Dm644 README.rst "${pkgdir}/usr/share/doc/mopidy-tunein/README.rst"