streamlink: update to 0.2.0
This commit is contained in:
parent
6decd312d4
commit
a1897b6784
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'streamlink'
|
||||
pkgname=streamlink
|
||||
version=0.1.0
|
||||
version=0.2.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
pycompile_module="streamlink streamlink_cli"
|
||||
noarch=yes
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-setuptools python3-requests"
|
||||
depends="python3-setuptools python3-requests python3-pycryptodome"
|
||||
short_desc="Utility extracting streams from services, forked from livestreamer"
|
||||
maintainer="wkuipers <wietse@kuiprs.nl>"
|
||||
license="BSD"
|
||||
homepage="https://streamlink.github.io/"
|
||||
distfiles="https://github.com/streamlink/streamlink/releases/download/${version}/streamlink-${version}.tar.gz"
|
||||
checksum=8284d16622e70e3b56e5f43695c418972c37d6073b21d51d79644405e55b1544
|
||||
checksum=a7431590525b5fd1ec024e080f9cb8254b51be8993f0453548c4ff37926cac39
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue