25 Jun
2015
25 Jun
'15
3:27 p.m.
On Thu, 25 Jun 2015 12:15:01 -0300 Hugo Osvaldo Barrera <hugo@barrera.io> wrote:
Why not just name them the same locally?
source_i686=("$pkgname-$pkgver::http://example.com/release-${pkgver}-i386.tar.gz") md5sums_i686=('ffeeddccbbaa99887766554433221100') source_x86_64=("$pkgname-$pkgver::http://example.com/release-${pkgver}-x86_64.tar.gz") md5sums_x86_64=('00112233445566778899aabbccddeeff')
package() { tar xf $pkgname-$pkgver ... }
That creates problems verifying the checksums.