summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsumt2017-08-08 12:56:32 +0300
committersumt2017-08-08 12:56:32 +0300
commit23a17d1a8e9db2982bb6eccb5345ac190a822475 (patch)
treeb01c7ab91c33d4f8ceeb68569a8f954449c64d44
parent59d636cca336c4d1b56696f18f64307e9bb2bc60 (diff)
downloadaur-23a17d1a8e9db2982bb6eccb5345ac190a822475.tar.gz
Update dependencies for 2.22
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6772899149b9..c7dd22a19ffb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,10 +7,12 @@ pkgbase = yle-dl-git
license = GPL3
makedepends = git
makedepends = python2-setuptools
- depends = ffmpeg
depends = php
depends = php-mcrypt
depends = python2-crypto
+ depends = python2-requests
+ depends = python2-progress
+ optdepends = ffmpeg: might be needed very rarely for some Areena video streams
optdepends = python2-youtube-dl: an alternative downloader backend
optdepends = rtmpdump: for downloading Areena audio streams
provides = yle-dl=2.21.r11.g312c29f
diff --git a/PKGBUILD b/PKGBUILD
index 22d20faea95d..b59eb6b982a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
# Contributor: Jesse Jaara <gmail.com: jesse.jaara>
pkgname=yle-dl-git
-pkgver=2.21.r11.g312c29f
+pkgver=2.22.r0.ga0ad5c0
pkgrel=1
pkgdesc="Download video and audio from YLE Areena."
arch=("any")
url="http://aajanki.github.io/yle-dl/"
license=("GPL3")
-depends=('ffmpeg' 'php' 'php-mcrypt' 'python2-crypto')
-optdepends=('python2-youtube-dl: an alternative downloader backend'
+depends=('php' 'php-mcrypt' 'python2-crypto' 'python2-requests' 'python2-progress')
+optdepends=('ffmpeg: might be needed very rarely for some Areena video streams'
+ 'python2-youtube-dl: an alternative downloader backend'
'rtmpdump: for downloading Areena audio streams')
makedepends=('git' 'python2-setuptools')
provides=(${pkgname%-git}=$pkgver)