[aur-general] [AUR4] Single binary package for different architectures
Doug Newgard
scimmia at archlinux.info
Thu Jun 25 15:27:12 UTC 2015
On Thu, 25 Jun 2015 12:15:01 -0300
Hugo Osvaldo Barrera <hugo at 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.
More information about the aur-general
mailing list