summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2021-06-12 17:03:20 -0700
committermutantmonkey2021-06-12 17:03:20 -0700
commita8fe8484433130c13ce11eb2d359770bd0b8c27d (patch)
treec961b077012729071f04de7ba50bf304638ce9f2
parent95a6421aab336ab1041d8c5c5f57831d8858ade1 (diff)
downloadaur-whatmp3.tar.gz
whatmp3: use unique source filename
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a70c7df38f5..33249e84f281 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = whatmp3
optdepends = vorbisgain: ReplayGain support
optdepends = aacgain: ReplayGain support
optdepends = sox: dither support
- source = https://github.com/RecursiveForest/whatmp3/archive/v3.8.tar.gz
+ source = whatmp3-3.8.tar.gz::https://github.com/RecursiveForest/whatmp3/archive/v3.8.tar.gz
sha256sums = 0d8ba70a1c72835663a3fde9ba8df0ff7007268ec0a2efac76c896dea4fcf489
pkgname = whatmp3
diff --git a/PKGBUILD b/PKGBUILD
index 338c594136e8..8a0a56cd7dd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ optdepends=('vorbis-tools: OGG Vorbis support'
'vorbisgain: ReplayGain support'
'aacgain: ReplayGain support'
'sox: dither support')
-source=("https://github.com/RecursiveForest/whatmp3/archive/v${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/RecursiveForest/whatmp3/archive/v${pkgver}.tar.gz")
sha256sums=('0d8ba70a1c72835663a3fde9ba8df0ff7007268ec0a2efac76c896dea4fcf489')
package() {