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 efc87f14d097..1372c1005c5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue May 8 19:08:15 UTC 2018
+# Thu Jul 5 16:21:16 UTC 2018
pkgbase = get_iplayer
pkgdesc = Allows you to download or stream any iPlayer programme from the BBC in H.264 (Quicktime/mp4) format, any radio programmes in MP3 or RealAudio format
- pkgver = 3.14
+ pkgver = 3.16
pkgrel = 1
url = http://www.infradead.org/get_iplayer/html/get_iplayer.html
install = get_iplayer.install
@@ -16,8 +16,8 @@ pkgbase = get_iplayer
optdepends = ffmpeg: convert flash (flv) files
optdepends = atomicparsley: add tags to MP4 files
optdepends = perl-mojolicious: significantly faster index updates
- source = https://github.com/get-iplayer/get_iplayer/archive/v3.14.tar.gz
- md5sums = baad6e316bcffca3a910a09a07fe1a88
+ source = https://github.com/get-iplayer/get_iplayer/archive/v3.16.tar.gz
+ md5sums = aad0a17763ba9fabe5f8c40887ef046b
pkgname = get_iplayer
diff --git a/PKGBUILD b/PKGBUILD
index 1ffe0f710581..14e1128cc383 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alex Merry <dev@randomguy3.me.uk>
pkgname=get_iplayer
-pkgver=3.14
+pkgver=3.16
pkgrel=1
pkgdesc="Allows you to download or stream any iPlayer programme from the BBC in H.264 (Quicktime/mp4) format, any radio programmes in MP3 or RealAudio format"
arch=('any')
@@ -19,7 +19,7 @@ optdepends=(
'perl-mojolicious: significantly faster index updates')
install=get_iplayer.install
source=(https://github.com/get-iplayer/get_iplayer/archive/v${pkgver}.tar.gz)
-md5sums=('baad6e316bcffca3a910a09a07fe1a88')
+md5sums=('aad0a17763ba9fabe5f8c40887ef046b')
package() {
cd "$srcdir/$pkgname-$pkgver"