summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Merry2023-01-22 20:54:23 +0000
committerAlex Merry2023-01-22 20:54:23 +0000
commita300e24b20871c83a5d6143e422fd20dba77fc2b (patch)
treed16323c18f29cf020dace1183d2b527a8d5a8709
parent28efec6a8995dbe6f9f790ebff524c1906ec642f (diff)
downloadaur-a300e24b20871c83a5d6143e422fd20dba77fc2b.tar.gz
Update to v3.31
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33097f07d519..05c85149f191 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.30
+ pkgver = 3.31
pkgrel = 1
url = https://github.com/get-iplayer/get_iplayer/
install = get_iplayer.install
@@ -15,7 +15,7 @@ pkgbase = get_iplayer
optdepends = atomicparsley: add tags to MP4 files
optdepends = ffmpeg: convert flash (flv) files
optdepends = perl-cgi: web PVR manager
- source = https://github.com/get-iplayer/get_iplayer/archive/v3.30.tar.gz
- md5sums = 3f3835f37440a9bd539c61b7a6a99264
+ source = https://github.com/get-iplayer/get_iplayer/archive/v3.31.tar.gz
+ md5sums = bdcdf8c916bab325c5794606962ddcbd
pkgname = get_iplayer
diff --git a/PKGBUILD b/PKGBUILD
index a271b74b8986..a4ada41ce5f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alex Merry <dev@randomguy3.me.uk>
pkgname=get_iplayer
-pkgver=3.30
+pkgver=3.31
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')
@@ -20,7 +20,7 @@ optdepends=(
'perl-cgi: web PVR manager')
install=get_iplayer.install
source=(https://github.com/get-iplayer/get_iplayer/archive/v${pkgver}.tar.gz)
-md5sums=('3f3835f37440a9bd539c61b7a6a99264')
+md5sums=('bdcdf8c916bab325c5794606962ddcbd')
package() {
cd "$srcdir/$pkgname-$pkgver"