git » python-pyelftools.git » commit c178dc5

Fix potential source filename conflict

author Evangelos Foutras
2015-04-24 07:39:12 UTC
committer Evangelos Foutras
2015-04-24 07:39:12 UTC
parent f1898c2957b16bdc1f5f2cbb450e2eac63d60412

Fix potential source filename conflict

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 0a823d6..08c243b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
 url="https://github.com/eliben/pyelftools"
 license=('custom')
 depends=('python')
-source=("https://github.com/eliben/pyelftools/archive/v${pkgver}.zip")
+source=("${_pypiname}-${pkgver}.zip::https://github.com/eliben/pyelftools/archive/v${pkgver}.zip")
 sha1sums=('49cc8d9efb1b7b2a5ae11cf3f9757e0c469049c8')
 
 build() {