makepkg: normalize whitespace for optdepends in .PKGINFO
commitdd82b8d09f554d709f92fcdc7f873cb551b2d205
authorAllan McRae <allan@archlinux.org>
Sat, 24 Sep 2011 05:08:21 +0000 (24 15:08 +1000)
committerDan McGee <dan@archlinux.org>
Mon, 26 Sep 2011 21:02:19 +0000 (26 16:02 -0500)
treece9842fa3fbd049d147dd095eeba4886cdb1422e
parent6adf502f0d0e684c67d7498057083958becf8b19
makepkg: normalize whitespace for optdepends in .PKGINFO

Many PKGBUILDs use formatting whitespace when specifying optdepends.
This is removed when adding a package to a repo-database so the
output of "pacman -Si <package>" and "pacman -Qip <package file>"
becomes inconsistent.  Instead, do the adjustment when creating
the .PKGINFO file.

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