Hi,
I'm hoping someone could answer these questions:
How does the AUR parse uploaded PKGBUILDs?
How does it handle PKGBUILDs with if-then-else statements? E.g.
depends=('foo' 'baz')
[ "$(uname -m)" == 'x86_64' ] && depends=('lib32-foo' 'lib32-baz')
How could I help implement this?:
http://bugs.archlinux.org/task/15728
Thanks,
Xyne