19 Feb
2008
19 Feb
'08
4 p.m.
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