11 May
2012
11 May
'12
12:34 a.m.
2012/5/10 Martti Kühne <mysatyre@gmail.com>:
On Thu, May 10, 2012 at 09:00:45PM -0300, rafael ff1 wrote: <snip>
His package in AUR: 3aca2484df769ef5a44212395c1c5937 64-bit package: 638379a2dcf1f3d116cf92a06c8ee9b9 32-bit package: 47443a0a73f9a53ba6d0c007a213b8b5
just for reference, which usually avoids yet more questions: [1] if [[ "$CARCH" == "x86_64" ]]; then md5sum=(...) else md5sum=(...) fi
working examples are, as usual, out there on the AUR.
cheers! mar77i
+1 to this solution, as AUR web interface parse it perfectly according to my architecture, showing the correct depends - which does not happen with source=(foobar) [ "$CARCH" == "i686" ] && source=(lib32-foobar) Rafael