[arch] fix: not displaying any substatus when retrieving packages (pacman)

This commit is contained in:
Vinicius Moreira
2022-01-31 16:17:27 -03:00
parent b130ad6d0b
commit 6eda2948de
12 changed files with 16 additions and 5 deletions

View File

@@ -24,6 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- not upgrading a package when a dependent package relies on a specific version with epoch (e.g: alsa-plugins 1:1.2.6-1 would not be upgraded to 1:1.2.6-2 because lib32-alsa-plugins relies on 1:1.2.6)
- not informing all the provided packages on the transaction context to the dependency sorting algorithm (could lead to a wrong installation order)
- not displaying all possible AUR providers for a given dependency
- not displaying any substatus when retrieving packages (pacman)
- UI:
- settings panel: confirmation dialog icon when launched alone