summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichal2015-10-28 14:28:39 +0000
committerMichal2015-10-28 14:28:39 +0000
commit62ed5b730445e345b1c6620f03eefe36f44aa9fd (patch)
tree3166c44e88cf4334b730ab4f938966e7338bc201 /PKGBUILD
parenteef9bcc5aad8d9e976d29a8fad29982c5271df6b (diff)
downloadaur-62ed5b730445e345b1c6620f03eefe36f44aa9fd.tar.gz
Use variables in the source URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d39cdea6fcf7..ed17fe9f8196 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="http://p.outlyer.net/relevation/"
license=('custom')
depends=('python2-crypto' 'python2-lxml')
makedepends=('python2-setuptools')
-source=("http://p.outlyer.net/relevation/files/relevation-1.3.tar.gz"
+source=("http://p.outlyer.net/relevation/files/${pkgname}-${pkgver}.tar.gz"
"$pkgname-python2.patch")
md5sums=('4b5ec6152c7c6a26f4aa3e1f157ef4e3'
'a020e1a4f8aeb056f2335224ed3ee3c7')