streamlink: update to 0.13.0.

Closes #14979.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-06-07 00:37:25 -03:00 committed by Enno Boland
parent ac698e6f53
commit 39d748a3c2
No known key found for this signature in database
GPG key ID: D09964719BDE9971

View file

@ -1,22 +1,22 @@
# Template file for 'streamlink'
pkgname=streamlink
version=0.12.1
version=0.13.0
revision=2
noarch=yes
build_style=python3-module
pycompile_module="streamlink streamlink_cli"
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-pycryptodome python3-pycountry
python3-pysocks python3-requests python3-websocket-client"
python3-pysocks python3-requests python3-websocket-client python3-isodate"
checkdepends="python3-pycryptodome python3-pycountry python3-pysocks
python3-pytest python3-requests-mock python3-websocket-client"
python3-pytest python3-requests-mock python3-websocket-client python3-isodate"
short_desc="Utility extracting streams from services, forked from livestreamer"
maintainer="wkuipers <wietse@kuiprs.nl>"
license="BSD-2-Clause"
#changelog="https://raw.githubusercontent.com/streamlink/streamlink/master/CHANGELOG.rst"
#changelog="https://raw.githubusercontent.com/streamlink/streamlink/master/CHANGELOG.md"
homepage="https://streamlink.github.io/"
distfiles="https://github.com/streamlink/streamlink/releases/download/${version}/streamlink-${version}.tar.gz"
checksum=b64b168b5fd655a9a2d355b17c13073dc6102b6084658691f048bf68f9b3c800
checksum=4d91dbc8233e8737a9dcb629ac471373e903116b3a35c882205c95bdb14eac29
export STREAMLINK_USE_PYCOUNTRY=1