Currently, the package description is printed at the end of the -Si output.
This is probably one of the more important pieces of information so should
be nearer the top. Also move the package architecture up.
Signed-off-by: Allan McRae <allan@archlinux.org>
---
I suppose this is a bit subjective, but having the package description at the
end of -Si has annoyed me long enough that I decided to fix it!
- string_display(_("Description :"), alpm_pkg_get_desc(pkg), cols);
-
/* Print additional package info if info flag passed more than once */
if(from == ALPM_PKG_FROM_LOCALDB && extra) {
dump_pkg_backups(pkg);
--
1.7.11.4