diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template index 2f599763ed..16b8a34f92 100644 --- a/srcpkgs/streamlink/template +++ b/srcpkgs/streamlink/template @@ -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 " 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