summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Merry2018-01-14 09:38:26 +0000
committerAlex Merry2018-01-14 09:38:26 +0000
commit9e51d703b871c164fa919c0d775ff1b823ab15b2 (patch)
treed1fd9d19634624773fa9af94cfd32074cff38b31
parent1d0b5f81a5dde5a9f4d7daeac34e51ce63626b83 (diff)
downloadaur-9e51d703b871c164fa919c0d775ff1b823ab15b2.tar.gz
Update to 3.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51552c139878..c2aab0d69eff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jan 7 19:52:14 UTC 2018
+# Sun Jan 14 09:38:26 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.10
+ pkgver = 3.11
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.10.tar.gz
- md5sums = 5a7d5063e9e0045905e0fdec4c852848
+ source = https://github.com/get-iplayer/get_iplayer/archive/v3.11.tar.gz
+ md5sums = 3fd117057992215d2204118c733b3324
pkgname = get_iplayer
diff --git a/PKGBUILD b/PKGBUILD
index 4827314d1756..708df24f2235 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alex Merry <dev@randomguy3.me.uk>
pkgname=get_iplayer
-pkgver=3.10
+pkgver=3.11
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=('5a7d5063e9e0045905e0fdec4c852848')
+md5sums=('3fd117057992215d2204118c733b3324')
package() {
cd "$srcdir/$pkgname-$pkgver"