[arch] fix: displaying already installed packages when suggesting optional dependencies

This commit is contained in:
Vinicius Moreira
2022-04-13 17:47:07 -03:00
parent 4c9ca22b43
commit 268b59bc3a
3 changed files with 93 additions and 23 deletions

View File

@@ -47,6 +47,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- not properly converting bibyte (KiB, MiB, ...) and byte (kB, MB, ...) based sizes to bytes
- uninstall and downgrade logs are not available [#255](https://github.com/vinifmor/bauh/issues/255)
- Arch:
- displaying already installed packages when suggesting optional dependencies
- Debian
- install/upgrade: hanging when packages require manual configuration
- info: crashing when the package size has unexpected symbols [#251](https://github.com/vinifmor/bauh/issues/251)