summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Merry2023-01-30 22:35:13 +0000
committerAlex Merry2023-01-30 22:36:16 +0000
commit8dbc871389fd26078ebb99388ff58ef1428c4743 (patch)
treececba471f7ef9530c297ce43d9f6299c0e9ce9b8
parenta300e24b20871c83a5d6143e422fd20dba77fc2b (diff)
downloadaur-8dbc871389fd26078ebb99388ff58ef1428c4743.tar.gz
Fix md5sum
Not sure what happened here - I did check the package built when I updated it. Updated the download url to clarify we definitely want a tag ref, in case anyone creates a branch with a confusing name.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05c85149f191..b032d2449c61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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.31.tar.gz
- md5sums = bdcdf8c916bab325c5794606962ddcbd
+ source = https://github.com/get-iplayer/get_iplayer/archive/refs/tags/v3.31.tar.gz
+ md5sums = 5b296483c4f2805aa1b28060e9907450
pkgname = get_iplayer
diff --git a/PKGBUILD b/PKGBUILD
index a4ada41ce5f2..966c67809f9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,8 +19,8 @@ optdepends=(
'ffmpeg: convert flash (flv) files'
'perl-cgi: web PVR manager')
install=get_iplayer.install
-source=(https://github.com/get-iplayer/get_iplayer/archive/v${pkgver}.tar.gz)
-md5sums=('bdcdf8c916bab325c5794606962ddcbd')
+source=(https://github.com/get-iplayer/get_iplayer/archive/refs/tags/v${pkgver}.tar.gz)
+md5sums=('5b296483c4f2805aa1b28060e9907450')
package() {
cd "$srcdir/$pkgname-$pkgver"