From e28cd5388f4eb73317198fcdf77b4c61ccd938a3 Mon Sep 17 00:00:00 2001 From: Kartik Singh Date: Tue, 14 Sep 2021 00:15:56 +0530 Subject: [PATCH] streamlink: update to 2.4.0. --- srcpkgs/streamlink/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template index ce8ff3f11d..8298fb19e2 100644 --- a/srcpkgs/streamlink/template +++ b/srcpkgs/streamlink/template @@ -1,10 +1,10 @@ # Template file for 'streamlink' pkgname=streamlink -version=2.3.0 +version=2.4.0 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-setuptools python3-pycryptodome python3-pycountry +depends="python3-setuptools python3-lxml python3-pycryptodome python3-pycountry python3-pysocks python3-requests python3-websocket-client python3-isodate" checkdepends="python3-pycryptodome python3-pycountry python3-pysocks python3-pytest python3-mock python3-requests-mock python3-websocket-client @@ -15,7 +15,7 @@ license="BSD-2-Clause" homepage="https://streamlink.github.io/" changelog="https://raw.githubusercontent.com/streamlink/streamlink/master/CHANGELOG.md" distfiles="https://github.com/streamlink/streamlink/releases/download/${version}/streamlink-${version}.tar.gz" -checksum=1497e6dc5d2fb8c5b17688f20ca2e8989a279de804a4de37d2107af33b9faa04 +checksum=e95588e222d1a7bd51e3171cd4bce84fd6f646418537aff37993d40f597810af make_check=ci-skip # some tests fail when running as root export STREAMLINK_USE_PYCOUNTRY=1