Skip to content

pacman+libalpm: print version names for conflicting packages

Morgan Adamiec requested to merge morganamilo/conflict-name into master

When ever pacman prints a conflict, it now prints pkgname-version, instead of just pkgname.

alpm_conflict_t now carries *alpm_pkg_ts instead of just the names of each package.

Fixes FS#12536 (point 2)

Merge request reports