streamlink: update to 0.6.0
This commit is contained in:
parent
bdc25b64a7
commit
9a4bc7e673
1 changed files with 9 additions and 5 deletions
|
@ -1,18 +1,22 @@
|
|||
# Template file for 'streamlink'
|
||||
pkgname=streamlink
|
||||
version=0.3.0
|
||||
version=0.6.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python3-module
|
||||
pycompile_module="streamlink streamlink_cli"
|
||||
noarch=yes
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-setuptools python3-requests python3-pycryptodome"
|
||||
depends="python3-setuptools python3-requests python3-crypto python3-pycountry"
|
||||
short_desc="Utility extracting streams from services, forked from livestreamer"
|
||||
maintainer="wkuipers <wietse@kuiprs.nl>"
|
||||
license="BSD"
|
||||
license="2-clause-BSD"
|
||||
homepage="https://streamlink.github.io/"
|
||||
distfiles="https://github.com/streamlink/streamlink/releases/download/${version}/streamlink-${version}.tar.gz"
|
||||
checksum=c0a5cbc24b6cd9bd8d766bdc977562711ff0347fbff715e03f25904b6c8e120a
|
||||
checksum=945a6a0e9e8c3965a83579506219baaa2f89801d463002650d8206adfa39a072
|
||||
|
||||
export STREAMLINK_USE_PYCRYPTO=1
|
||||
export STREAMLINK_USE_PYCOUNTRY=1
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue