streamlink: update to 4.0.1.

This commit is contained in:
Michal Vasilek 2022-05-01 13:44:17 +02:00 committed by Echo
parent afb57ebb49
commit 3dd1512c0d
1 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
# Template file for 'streamlink'
pkgname=streamlink
version=3.2.0
version=4.0.1
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-lxml python3-pycryptodome python3-pycountry
build_style=python3-pep517
hostmakedepends="python3-wheel python3-versioningit"
depends="python3-lxml python3-pycryptodome python3-pycountry
python3-pysocks python3-requests python3-websocket-client python3-isodate"
checkdepends="$depends python3-pytest python3-mock python3-requests-mock
python3-freezegun"
@ -13,8 +13,8 @@ maintainer="Michal Vasilek <michal@vasilek.cz>"
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=9770d2d83844c5378a73e14130dcb760abc856566caa0a41fc5b97a0ded5d926
distfiles="https://github.com/streamlink/streamlink/releases/download/$version/streamlink-$version.tar.gz"
checksum=f38a4fd5c45b1628e7ebee43ba7f8522be5045565aa7c64009740baf853f20f5
make_check=ci-skip # some tests fail when running as root
post_install() {