diff options
author | sumt | 2017-10-13 23:47:06 +0300 |
---|---|---|
committer | sumt | 2017-10-13 23:47:06 +0300 |
commit | 9d3f03a135e1fe35a4345ba113cd19162e6cdb51 (patch) | |
tree | 814267982d4bcc4cc25ea79c0ca837fc1baeb8de /PKGBUILD | |
parent | 297226b48cb01b874ea739b84248d05d5518f300 (diff) | |
download | aur-9d3f03a135e1fe35a4345ba113cd19162e6cdb51.tar.gz |
Update deps for 2.25
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,13 +2,13 @@ # Contributor: Jesse Jaara <gmail.com: jesse.jaara> pkgname=yle-dl-git -pkgver=2.23.r4.g76ab1fb +pkgver=2.25.r3.ge5ff95d pkgrel=1 pkgdesc="Download video and audio from YLE Areena." arch=("any") url="http://aajanki.github.io/yle-dl/" license=("GPL3") -depends=('php' 'php-mcrypt' 'python2-crypto' 'python2-lxml' 'python2-requests' 'python2-progress') +depends=('php' 'php-mcrypt' 'python2-crypto' 'python2-lxml' 'python2-requests' 'wget') 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') |