summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 084d98001b85..eeee970098fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = yle-dl-git
depends = python2-crypto
depends = python2-lxml
depends = python2-requests
- depends = python2-progress
+ depends = wget
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
diff --git a/PKGBUILD b/PKGBUILD
index 4edac5c23b52..327dadd7c278 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')