Need better parsing of PKGBUILDs

== 1.) It would be nice to see all common arrays from PKGBUILD in AUR. especially optdepends should be displayed next to the regular dependencies.

== 2.) Source array is not parsed in some cases. i don't know why... compare this:
http://aur.archlinux.org/packages.php?ID=25384 (sources are listed)
http://aur.archlinux.org/packages.php?ID=24117 (sources are not listed)

so there is some obvious bug... BASH (makepkg) is able to parse those PKGBUILDs without problem. You can use some bash script to parse PKGBUILDs for PHP when new PKGBUILDs are uploaded.

== 3.) arch and license arrays can be converted to links like
http://wiki.archlinux.org/index.php/AUR-Licences#$LICENSE
http://wiki.archlinux.org/index.php/AUR-Archs#$ARCH

so we can have nice connection between AUR and Wiki...

== 4.) add some "long description" to the PKGBUILDs that will be used to display more information (longer than that 80 letters) about packages on WEB ONLY?