[arch-commits] Commit in streamlink/trunk (PKGBUILD)

Giancarlo Razzolini grazzolini at archlinux.org
Mon Mar 8 11:28:27 UTC 2021


    Date: Monday, March 8, 2021 @ 11:28:26
  Author: grazzolini
Revision: 886900

Fix for FS#69905

Modified:
  streamlink/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-08 11:24:50 UTC (rev 886899)
+++ PKGBUILD	2021-03-08 11:28:26 UTC (rev 886900)
@@ -33,7 +33,7 @@
 
 package() {
   cd "$pkgname-$pkgver"
-  export PYTHONHASSEED=0
+  export PYTHONHASHSEED=0
   python setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 build/sphinx/man/streamlink.1 \
     "$pkgdir/usr/share/man/man1/streamlink.1"



More information about the arch-commits mailing list