summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordaurnimator2018-11-28 23:24:12 +1100
committerdaurnimator2018-11-28 23:24:12 +1100
commit8d6fd59c960fd952840365fe5757c36cc26a6bb0 (patch)
tree3d1779d55107826b0b7b773a5d793b57d9856b1f
parent69e74e2540b6ecaa68c5e8c8e5a9db26b6bb789e (diff)
downloadaur-8d6fd59c960fd952840365fe5757c36cc26a6bb0.tar.gz
PKGBUILD: Use variables for download url
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04e573f72bb7..a7b59e6e89a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url='http://25thandclement.com/~william/projects/libarena.html'
license=('MIT')
depends=()
options=()
-source=('http://25thandclement.com/~william/projects/releases/libarena-0.3.7.tgz')
+source=("http://25thandclement.com/~william/projects/releases/${pkgname}-${pkgver}.tgz")
md5sums=('99339b429a34f32267be833a882008b9')
build() {