Add replaces output to -Qi operation
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
cbabfa8cff
commit
b65a81b8af
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ void dump_pkg_full(pmpkg_t *pkg, int level)
|
|||
list_display(_("Required By :"), alpm_pkg_get_requiredby(pkg));
|
||||
}
|
||||
list_display(_("Conflicts With :"), alpm_pkg_get_conflicts(pkg));
|
||||
list_display(_("Replaces :"), alpm_pkg_get_replaces(pkg));
|
||||
printf(_("Installed Size : %6.2f K\n"), (float)alpm_pkg_get_size(pkg) / 1024.0);
|
||||
printf(_("Packager : %s\n"), (char *)alpm_pkg_get_packager(pkg));
|
||||
printf(_("Architecture : %s\n"), (char *)alpm_pkg_get_arch(pkg));
|
||||
|
|
Loading…
Add table
Reference in a new issue