summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2017-01-26 13:43:06 +0100
committerJosip Ponjavic2017-01-26 13:43:06 +0100
commitff216beaf1b9de4f47a7c1496d2a5c50d0b7d34f (patch)
treed2c3e8850f07887b898c16e1fe0fb9ea9b739fc5
parent318ed5d7fc6e3e1c9303347245d0c27fbf9cb75e (diff)
downloadaur-ff216beaf1b9de4f47a7c1496d2a5c50d0b7d34f.tar.gz
bump, add python-iso3166 and python-iso639 dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4afff25cdd89..dc8dace795e0 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.3.0.r8.g5b9f68a
+ pkgver = 0.3.0.r18.g6400e04
pkgrel = 1
url = https://streamlink.github.io/
arch = any
@@ -8,10 +8,12 @@ pkgbase = streamlink-git
checkdepends = python-mock
checkdepends = python-pytest
makedepends = git
+ makedepends = python-setuptools
makedepends = python-sphinx
+ depends = python-iso3166
+ depends = python-iso639
depends = python-pycryptodome
depends = python-requests
- depends = python-setuptools
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.
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')