streamlink: update to 3.0.2.
This commit is contained in:
parent
bc96d7cdcc
commit
f7b7299af9
|
@ -1,25 +1,22 @@
|
||||||
# Template file for 'streamlink'
|
# Template file for 'streamlink'
|
||||||
pkgname=streamlink
|
pkgname=streamlink
|
||||||
version=2.4.0
|
version=3.0.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-lxml python3-pycryptodome python3-pycountry
|
depends="python3-setuptools python3-lxml python3-pycryptodome python3-pycountry
|
||||||
python3-pysocks python3-requests python3-websocket-client python3-isodate"
|
python3-pysocks python3-requests python3-websocket-client python3-isodate"
|
||||||
checkdepends="python3-pycryptodome python3-pycountry python3-pysocks
|
checkdepends="$depends python3-pytest python3-mock python3-requests-mock
|
||||||
python3-pytest python3-mock python3-requests-mock python3-websocket-client
|
python3-freezegun"
|
||||||
python3-isodate python3-freezegun"
|
|
||||||
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="Michal Vasilek <michal@vasilek.cz>"
|
||||||
license="BSD-2-Clause"
|
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=e95588e222d1a7bd51e3171cd4bce84fd6f646418537aff37993d40f597810af
|
checksum=d4d0fbf2067af32d2c3e8a6bea7ea1cef6a28020fe452a80d8bd55c2a5fed68a
|
||||||
make_check=ci-skip # some tests fail when running as root
|
make_check=ci-skip # some tests fail when running as root
|
||||||
|
|
||||||
export STREAMLINK_USE_PYCOUNTRY=1
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue