diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2018-06-23 01:23:15 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2018-06-23 01:23:15 +1000 |
commit | d1f90d6fda9d2d380b5372279e43ba6f8a96a233 (patch) | |
tree | 161c59191bf7c70e3369cc3a834ed3207aeb200a /streamlink | |
parent | 79307d3dc8e63f30dd990bafd345bbdb8e0a1de6 (diff) | |
download | contrib-d1f90d6fda9d2d380b5372279e43ba6f8a96a233.tar.gz contrib-d1f90d6fda9d2d380b5372279e43ba6f8a96a233.tar.xz |
[notify] streamlink: new dependency python3-isodate
Diffstat (limited to 'streamlink')
-rw-r--r-- | streamlink/.signature | 4 | ||||
-rw-r--r-- | streamlink/Pkgfile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/streamlink/.signature b/streamlink/.signature index 35a0394ec..c91b922dd 100644 --- a/streamlink/.signature +++ b/streamlink/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF35y+4Yaekc49oQceq/omzD0hHXZwt2JVPAUcuQPdnDP9tftFWQRcVK1lE6Cj/uUuaBpEjDyNiuCz56KnRrGAwgY= -SHA256 (Pkgfile) = 6b2d3901dc5c20233750c98211d0b470a3006657eacc5d9449b4cd80c5b82f31 +RWSagIOpLGJF31SAmnJpiY2Utqwh2AhINoEurv+BrsSiFDnAkxkcNhBPjSG6CHQ4ATiuY0xUfaOGN3XvwZ0Usp1N1NiBSIboXQ8= +SHA256 (Pkgfile) = aae8084698bae75193ad2cd111705a1487a9bd22465ad8604bb83c9817c8dd20 SHA256 (.footprint) = c28c0e458c5c43de73f92b84476c7282434136aaddbdc90d01f19047f5c856f1 SHA256 (streamlink-0.13.0.tar.gz) = 4d91dbc8233e8737a9dcb629ac471373e903116b3a35c882205c95bdb14eac29 diff --git a/streamlink/Pkgfile b/streamlink/Pkgfile index f86eac8b6..972091072 100644 --- a/streamlink/Pkgfile +++ b/streamlink/Pkgfile @@ -1,7 +1,7 @@ # Description: A CLI utility that pipes videos from online streaming services to a variety of video players. # URL: https://pypi.python.org/pypi/streamlink/ # Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: python3-iso-639 python3-iso3166 python3-pycryptodome python3-requests python3-websocket-client python3-pysocks +# Depends on: python3-iso-639 python3-iso3166 python3-isodate python3-pycryptodome python3-requests python3-websocket-client python3-pysocks name=streamlink version=0.13.0 |