Date: Friday, April 24, 2015 @ 09:39:12 Author: foutrelis Revision: 237989
Fix potential source filename conflict Modified: python-pyelftools/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-04-24 07:38:24 UTC (rev 237988) +++ PKGBUILD 2015-04-24 07:39:12 UTC (rev 237989) @@ -10,7 +10,7 @@ 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() {
