[arch] fix: missing error handling when hard requirements for optional dependencies cannot be found by pacman

This commit is contained in:
Vinicius Moreira
2021-12-09 12:26:40 -03:00
parent e8a74037ab
commit d4446e1c81
2 changed files with 6 additions and 1 deletions

View File

@@ -9,7 +9,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Arch
- allowing AUR packages to be installed when bauh is launched by the root user [#196](https://github.com/vinifmor/bauh/issues/196)
- it creates a non-root user called **bauh-aur** for building the packages (`useradd` and `runuser` commands must be installed)
### Fixes
- Arch
- missing error handling when hard requirements for optional dependencies cannot be found by pacman
## [0.9.22] 2021-11-30
### Improvements