summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 841fb0d0b133..77259c578e60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Josip Ponjavic <josipponjavic at gmail dot com>
pkgname=streamlink-git
-pkgver=0.3.0.r8.g5b9f68a
+pkgver=0.3.0.r18.g6400e04
pkgrel=1
pkgdesc='CLI program that launches streams from various streaming services in a custom video player (livestreamer fork)'
arch=('any')
url='https://streamlink.github.io/'
license=('BSD')
-depends=('python-pycryptodome' 'python-requests' 'python-setuptools' 'rtmpdump')
-checkdepends=('python-mock' 'python-pytest')
-makedepends=('git' 'python-sphinx')
+depends=("python-"{iso3166,iso639,pycryptodome,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.')
provides=('streamlink')