summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2023-12-31 15:31:38 +0100
committerGilrain2023-12-31 15:31:38 +0100
commit1d332ddb714b83216e63316902f03ffcda61e42c (patch)
tree14a0708494e6212a821667263d99b16fc060ea8e
parentfb81bd062f3751ce82abf0ea0e077e19da3a1e93 (diff)
downloadaur-1d332ddb714b83216e63316902f03ffcda61e42c.tar.gz
fix renamed filename extension
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7964bbc4a887..8153d13f023f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = rsgain
depends = taglib
depends = ffmpeg
depends = libinih
- source = https://github.com/complexlogic/rsgain/archive/refs/tags/v3.4.tar.gz
- sha256sums =
+ source = rsgain-3.4.tar.gz::https://github.com/complexlogic/rsgain/archive/refs/tags/v3.4.tar.gz
+ sha512sums = 75df281d1ad2dc34adc84545eef18677ce026260f7da16e4741f4dcf4a53a77cb2b490a65f0cdbb75a4e08be5c36d6dd8c96154295f52b8779d54159798fdb3b
pkgname = rsgain
diff --git a/PKGBUILD b/PKGBUILD
index 7280e54cf277..36bb438be7c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://github.com/complexlogic/rsgain"
license=('custom')
depends=('fmt' 'libebur128' 'taglib' 'ffmpeg' 'libinih')
makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.bz2::https://github.com/complexlogic/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/complexlogic/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
sha512sums=('75df281d1ad2dc34adc84545eef18677ce026260f7da16e4741f4dcf4a53a77cb2b490a65f0cdbb75a4e08be5c36d6dd8c96154295f52b8779d54159798fdb3b')
build() {