19 Feb
2008
19 Feb
'08
5:11 p.m.
On 2/19/08, Loui <louipc.ist@gmail.com> wrote:
This patch applies to the current testing branch that includes Simo's patches to JSON. Now you can properly retrieve package info by name.
I have this little script for testing. Yarr.
#!/bin/sh
wget http://aur.archlinux.org/rpc.php?type=$1\&arg=$2 -O rpc.tmp && less rpc.tmp
exit 0
Your patch adds a needless string concatenation operation, for the sole sake of a line break. Not a good idea. String concatenation adds up, peformance wise.