summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e93e508321a4..bf09afcbb80a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,6 @@ pkgbase = streamlink-git
depends = python-requests
depends = rtmpdump
optdepends = ffmpeg: Required to play streams that are made up of separate audio and video streams, eg. YouTube 1080p+
- optdepends = python-librtmp: Required by the ustreamtv plugin to be able to use non-mobile streams.
provides = streamlink
conflicts = streamlink
source = git+https://github.com/streamlink/streamlink.git
diff --git a/PKGBUILD b/PKGBUILD
index 0df98ce68cee..c3308957a9b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,8 +27,7 @@ fi
depends+=('python-requests' '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+'
- 'python-librtmp: Required by the ustreamtv plugin to be able to use non-mobile streams.')
+optdepends=('ffmpeg: Required to play streams that are made up of separate audio and video streams, eg. YouTube 1080p+')
provides=('streamlink')
conflicts+=('streamlink')
source=('git+https://github.com/streamlink/streamlink.git')