streamlink: update to 0.8.1

This commit is contained in:
Alessio Sergi 2017-09-20 19:56:01 +02:00
parent 1bd2f1e870
commit f0312c56ad

View file

@ -1,18 +1,19 @@
# Template file for 'streamlink' # Template file for 'streamlink'
pkgname=streamlink pkgname=streamlink
version=0.7.0 version=0.8.1
revision=2 revision=1
noarch=yes noarch=yes
build_style=python3-module build_style=python3-module
pycompile_module="streamlink streamlink_cli" pycompile_module="streamlink streamlink_cli"
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-requests python3-crypto python3-pycountry" depends="python3-setuptools python3-requests python3-crypto python3-pycountry
python3-pysocks python3-websocket-client"
short_desc="Utility extracting streams from services, forked from livestreamer" short_desc="Utility extracting streams from services, forked from livestreamer"
maintainer="wkuipers <wietse@kuiprs.nl>" maintainer="wkuipers <wietse@kuiprs.nl>"
license="2-clause-BSD" license="2-clause-BSD"
homepage="https://streamlink.github.io/" homepage="https://streamlink.github.io/"
distfiles="https://github.com/streamlink/streamlink/releases/download/${version}/streamlink-${version}.tar.gz" distfiles="https://github.com/streamlink/streamlink/releases/download/${version}/streamlink-${version}.tar.gz"
checksum=9db26afd21f84bcc8b13f6a93e1a2d2261228e76809de7e25eaf1157e59ddb1a checksum=c0a487fa1c6b1d07008a1a4d5739df68a9e0c59cf06054715c13c1e3bed5a436
export STREAMLINK_USE_PYCRYPTO=1 export STREAMLINK_USE_PYCRYPTO=1
export STREAMLINK_USE_PYCOUNTRY=1 export STREAMLINK_USE_PYCOUNTRY=1