summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9626ab71ad16..27f512ce764e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = streamlink-git
pkgdesc = CLI program that launches streams from various streaming services in a custom video player (livestreamer fork)
- pkgver = 0.7.0.r0.gb6578648
+ pkgver = 0.7.0.r61.g7317e4d8
pkgrel = 1
url = https://streamlink.github.io/
arch = any
@@ -14,6 +14,7 @@ pkgbase = streamlink-git
depends = python-iso3166
depends = python-iso639
depends = python-requests
+ depends = python-websocket-client
depends = rtmpdump
optdepends = ffmpeg: Required to play streams that are made up of separate audio and video streams, eg. YouTube 1080p+
provides = streamlink
diff --git a/PKGBUILD b/PKGBUILD
index 7af4d15a506a..e68f5f0bb055 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _use_pycrypto="no"
_use_pycountry="no"
pkgname=streamlink-git
-pkgver=0.7.0.r0.gb6578648
+pkgver=0.7.0.r61.g7317e4d8
pkgrel=1
pkgdesc='CLI program that launches streams from various streaming services in a custom video player (livestreamer fork)'
arch=('any')
@@ -24,7 +24,7 @@ else
depends+=('python-iso3166' 'python-iso639')
fi
-depends+=('python-requests' 'rtmpdump')
+depends+=('python-requests' 'python-websocket-client' 'rtmpdump')
checkdepends=("python-"{mock,pytest})
makedepends=('git' "python-"{setuptools,sphinx})
optdepends=('ffmpeg: Required to play streams that are made up of separate audio and video streams, eg. YouTube 1080p+')