summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorblubbblubb2020-11-08 19:55:08 +0100
committerblubbblubb2020-11-08 19:55:08 +0100
commit65b8f10205edfcf1c579e0dcbcf2dab7cc06b139 (patch)
tree3afed99c21c116b436970d1a185cef723ac18dc6 /PKGBUILD
parent8d7e9cc11449b63d3806f505719979642fec9b99 (diff)
downloadaur-65b8f10205edfcf1c579e0dcbcf2dab7cc06b139.tar.gz
include pkg name in source files
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd59b0cff26b..0954e5cb5b2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('BSD 2-Clause "Simplified" License')
depends=("taglib" "libebur128" "ffmpeg")
makedepends=('cmake')
provides=('loudgain' 'rgbpm')
-source=("https://github.com/Moonbase59/loudgain/archive/${pkgver}.tar.gz")
+source=("loudgain-${_pkgver}.tar.gz::https://github.com/Moonbase59/loudgain/archive/${pkgver}.tar.gz")
sha256sums=('1137c193ad941b366e87c5d84ccc95a7aa8571affc060db0bd1cf72c489aeaee')
build() {