summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01c1af282780..22475c42a4a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yle-dl
pkgdesc = Download video and audio from YLE Areena.
- pkgver = 2.32
+ pkgver = 2.33
pkgrel = 1
url = http://aajanki.github.io/yle-dl/
arch = any
@@ -17,10 +17,10 @@ pkgbase = yle-dl
optdepends = php: for downloading live TV and certain news broadcasts
optdepends = rtmpdump: for downloading Areena audio streams
optdepends = youtube-dl: an alternative downloader backend to AdobeHDS.php
- provides = yle-dl=2.32
+ provides = yle-dl=2.33
conflicts = yle-dl
- source = yle-dl-2.32.tar.gz::https://github.com/aajanki/yle-dl/archive/2.32.tar.gz
- md5sums = 2b331469d6abadaa00984958fa5d8a02
+ source = yle-dl-2.33.tar.gz::https://github.com/aajanki/yle-dl/archive/2.33.tar.gz
+ md5sums = 6da30a1f61a7218a69681c6f8615d9f1
pkgname = yle-dl
diff --git a/PKGBUILD b/PKGBUILD
index 66e67d5c3e41..9ba31621179e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jesse Jaara <gmail.com: jesse.jaara>
pkgname=yle-dl
-pkgver=2.32
+pkgver=2.33
pkgrel=1
pkgdesc="Download video and audio from YLE Areena."
arch=('any')
@@ -17,7 +17,7 @@ makedepends=('python-setuptools')
provides=(${pkgname}=$pkgver)
conflicts=(${pkgname})
source=("$pkgname-$pkgver.tar.gz::https://github.com/aajanki/yle-dl/archive/${pkgver}.tar.gz")
-md5sums=('2b331469d6abadaa00984958fa5d8a02')
+md5sums=('6da30a1f61a7218a69681c6f8615d9f1')
package() {
cd "$pkgname-$pkgver"