From 9421a6f1b0353ff544867f912acb9b6970d3bc94 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Fri, 12 Jun 2015 11:41:26 +0200 Subject: [PATCH] packer-bin: fix same distfile issue --- srcpkgs/packer-bin/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/packer-bin/template b/srcpkgs/packer-bin/template index 1e98e88ad06..23c7f9f2f8d 100644 --- a/srcpkgs/packer-bin/template +++ b/srcpkgs/packer-bin/template @@ -1,7 +1,7 @@ # Template file for 'packer-bin' pkgname=packer-bin version=0.7.5 -revision=1 +revision=2 create_wrksrc=yes only_for_archs="i686 x86_64" hostmakedepends="unzip" @@ -13,11 +13,11 @@ nocross=yes case "$XBPS_TARGET_MACHINE" in x86_64) - distfiles="https://dl.bintray.com/mitchellh/packer/packer_${version}_linux_amd64.zip>${pkgname}-${version}.zip" + distfiles="https://dl.bintray.com/mitchellh/packer/packer_${version}_linux_amd64.zip>${pkgname}-${version}-${XBPS_TARGET_MACHINE}.zip" checksum="8fab291c8cc988bd0004195677924ab6846aee5800b6c8696d71d33456701ef6" ;; i686) - distfiles="https://dl.bintray.com/mitchellh/packer/packer_${version}_linux_386.zip>${pkgname}-${version}.zip" + distfiles="https://dl.bintray.com/mitchellh/packer/packer_${version}_linux_386.zip>${pkgname}-${version}-${XBPS_TARGET_MACHINE}.zip" checksum="6a6ee79d51909f04f734c15a0e12ebcaba3f2cf4d449906f6a186490774262f9" ;; esac