[arch] fix: not upgrading a package when a dependent package relies on a specific version with epoch

This commit is contained in:
Vinicius Moreira
2022-01-24 15:42:35 -03:00
parent 131b787108
commit 82f140f2e1
2 changed files with 6 additions and 10 deletions

View File

@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [0.9.26]
### Fixes
- Arch
- 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)
### UI
- new logo by [DN-debug](https://github.com/DN-debug)
- new dark theme (**knight**) based on Kimi-dark gtk by [DN-debug](https://github.com/DN-debug)