summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80fce2ff3444..6772899149b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yle-dl-git
pkgdesc = Download video and audio from YLE Areena.
- pkgver = 2.20.r2.g74df6a1
+ pkgver = 2.21.r11.g312c29f
pkgrel = 1
url = http://aajanki.github.io/yle-dl/
arch = any
@@ -13,7 +13,7 @@ pkgbase = yle-dl-git
depends = python2-crypto
optdepends = python2-youtube-dl: an alternative downloader backend
optdepends = rtmpdump: for downloading Areena audio streams
- provides = yle-dl=2.20.r2.g74df6a1
+ provides = yle-dl=2.21.r11.g312c29f
conflicts = yle-dl
source = yle-dl-git::git+https://github.com/aajanki/yle-dl.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4f9e81c2babb..22d20faea95d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jesse Jaara <gmail.com: jesse.jaara>
pkgname=yle-dl-git
-pkgver=2.20.r2.g74df6a1
+pkgver=2.21.r11.g312c29f
pkgrel=1
pkgdesc="Download video and audio from YLE Areena."
arch=("any")
@@ -27,7 +27,7 @@ prepare() {
# Enable required PHP extensions by directly
# appending them to the hds_binary arguments list.
# OR enable them globaly in php.ini
- sed -i "s|^hds_binary = \['php'|hds_binary = \['php', '-dextension=bcmath.so', '-dextension=curl.so', '-dextension=mcrypt.so'|" yledl/yledl.py
+ sed -i "s|\['php'|\['php', '-dextension=bcmath.so', '-dextension=curl.so', '-dextension=mcrypt.so'|" yledl/downloaders.py
}
package() {