summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2017-02-05 22:00:25 +0100
committerJosip Ponjavic2017-02-05 22:00:25 +0100
commit9d03515bc247fc42c439ede32456f9c787edfa94 (patch)
treedcfd317d7787d63b335d44b1beb9a0cdca454f47
parentd443399c3317b06ef5673aa5b27637fac9f29fb7 (diff)
downloadaur-9d03515bc247fc42c439ede32456f9c787edfa94.tar.gz
add python-pycountry to checkdepends for tests
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 107e74eb7f5f..bbcb042dd663 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = streamlink-git
pkgdesc = CLI program that launches streams from various streaming services in a custom video player (livestreamer fork)
- pkgver = 0.3.1.r0.g2c34781
+ pkgver = 0.3.1.r13.g9df6196
pkgrel = 1
url = https://streamlink.github.io/
arch = any
license = BSD
checkdepends = python-mock
+ checkdepends = python-pycountry
checkdepends = python-pytest
makedepends = git
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index ca37cd8f4cdc..a7ef171b1bca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Josip Ponjavic <josipponjavic at gmail dot com>
pkgname=streamlink-git
-pkgver=0.3.1.r0.g2c34781
+pkgver=0.3.1.r13.g9df6196
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-"{iso3166,iso639,pycryptodome,requests} 'rtmpdump')
-checkdepends=("python-"{mock,pytest})
+checkdepends=("python-"{mock,pycountry,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.')