streamlink: update to 5.4.0.

This commit is contained in:
Michal Vasilek 2023-04-12 20:51:32 +02:00
parent c3a482266f
commit ed46f4c8e6
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'streamlink' # Template file for 'streamlink'
pkgname=streamlink pkgname=streamlink
version=5.3.1 version=5.4.0
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-wheel python3-versioningit" hostmakedepends="python3-wheel python3-versioningit"
@ -15,7 +15,7 @@ license="BSD-2-Clause"
homepage="https://streamlink.github.io/" homepage="https://streamlink.github.io/"
changelog="https://raw.githubusercontent.com/streamlink/streamlink/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/streamlink/streamlink/master/CHANGELOG.md"
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=886b63a6cb3e5c6597e8c4162546124ee3c9baefce85ddd5c053177ffdd5d4e5 checksum=d854348c19e032140d06ba13ee4d9b96fa838b979b689133dfd9bbdda474310b
make_check_pre="env PYTHONPATH=src" make_check_pre="env PYTHONPATH=src"
make_check=ci-skip # some tests fail when running as root make_check=ci-skip # some tests fail when running as root