[arch-commits] Commit in streamlink/trunk (PKGBUILD)
Giancarlo Razzolini
grazzolini at archlinux.org
Tue Jul 14 12:57:25 UTC 2020
Date: Tuesday, July 14, 2020 @ 12:57:24
Author: grazzolini
Revision: 663751
upgpkg: streamlink 1.5.0-2
Make streamlink reproducible
Modified:
streamlink/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-14 12:47:11 UTC (rev 663750)
+++ PKGBUILD 2020-07-14 12:57:24 UTC (rev 663751)
@@ -3,7 +3,7 @@
pkgname=streamlink
pkgver=1.5.0
-pkgrel=1
+pkgrel=2
pkgdesc='CLI program that launches streams from various streaming services in a custom video player (livestreamer fork)'
arch=('any')
url='https://streamlink.github.io/'
@@ -33,6 +33,7 @@
package() {
cd "$pkgname-$pkgver"
+ export PYTHONHASSEED=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