makepkg: write makedepends into .PKGINFO
commit18e0a972094d7c4bc874ba87ce3be6b2b308a832
authorAllan McRae <allan@archlinux.org>
Sat, 19 May 2012 10:38:12 +0000 (19 20:38 +1000)
committerDan McGee <dan@archlinux.org>
Mon, 21 May 2012 00:00:42 +0000 (20 19:00 -0500)
tree6008e080b29fab88d6835de27fc0b8330d0c4e96
parent7eb6dc2a9c2ecb723b07598b14cd24359004ef9e
makepkg: write makedepends into .PKGINFO

Currently there is no way to access the makedepends for a package
apart from parsing its PKGBUILD. Put these into the .PKGINFO file
with the idea of making them available in the repo dbs so that
automated build tools can readily determine build order.

Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
scripts/makepkg.sh.in