[arch] fix -> not able to replace an installed package for a new one that replaces it during conflict resolutions

This commit is contained in:
Vinicius Moreira
2020-11-13 12:00:08 -03:00
parent f6b0679fd7
commit 9356c6519d
3 changed files with 104 additions and 33 deletions

View File

@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixes
- Arch:
- search: not able to find installed packages that were renamed on the repositories (e.g: xapps -> xapp)
- not able to replace an installed package for a new one that replaces it during conflict resolutions (e.g: xapp replaces xapps)
- AUR: not able to find some repository dependencies when their names are not an exact match (e.g: sc-controller [0.4.7-1] relies on "pylibacl". This dependency now is called "python-pylibacl")
## [0.9.8] 2020-10-02