[arch] fix: error raised when the temporary directory does not exist (AUR build)

This commit is contained in:
Vinicius Moreira
2022-05-27 09:49:56 -03:00
parent 1a202d9746
commit 4d1a118b25
3 changed files with 27 additions and 11 deletions

View File

@@ -43,6 +43,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Arch
- conflict resolution: removing hard dependencies that would be satisfied with the inclusion of the new package [#268](https://github.com/vinifmor/bauh/issues/268)
- e.g: `pipewire-pulse` conflicts with `pulseaudio`. `pulseaudio-alsa` (a dependency of pulseaudio) should not be removed, since `pipewire-pulse` provides `pulseaudio`
- AUR build: error raised when the temporary directory does not exist (when changing the CPUs governors)
- Flatpak
- not all selected runtime partials to upgrade are actually requested to be upgraded