diff options
author | Josip Ponjavic | 2017-01-26 13:43:06 +0100 |
---|---|---|
committer | Josip Ponjavic | 2017-01-26 13:43:06 +0100 |
commit | ff216beaf1b9de4f47a7c1496d2a5c50d0b7d34f (patch) | |
tree | d2c3e8850f07887b898c16e1fe0fb9ea9b739fc5 /PKGBUILD | |
parent | 318ed5d7fc6e3e1c9303347245d0c27fbf9cb75e (diff) | |
download | aur-ff216beaf1b9de4f47a7c1496d2a5c50d0b7d34f.tar.gz |
bump, add python-iso3166 and python-iso639 dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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') |