summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosip Ponjavic2016-11-24 22:03:28 +0100
committerJosip Ponjavic2016-11-24 22:03:28 +0100
commitd8c8305fc24a89b1842867926823681efbabc10b (patch)
treed5ec10a1685593de4d0c912e2f3357b4f06c0ff8 /PKGBUILD
parentef27f613051821fa06b0fa22c5cd5eb483d00e98 (diff)
downloadaur-d8c8305fc24a89b1842867926823681efbabc10b.tar.gz
set python-requests<2.12, fix for youtube streams and add python-pycryptodome to deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4547b4e9e9ec..6009b0f6bfd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Josip Ponjavic <josipponjavic at gmail dot com>
pkgname=streamlink-git
-pkgver=0.1.0.r2.g1ad9b9a
+pkgver=0.1.0.r15.ga6c70f7
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-requests' 'python-setuptools' 'rtmpdump')
+depends=('python-pycryptodome' 'python-requests<2.12' 'python-setuptools' 'rtmpdump')
makedepends=('git' 'python-sphinx')
optdepends=('python-librtmp: Required by the ustreamtv plugin to be able to use non-mobile streams.')
provides=('streamlink')