[arch] improvement: displaying the 'orphan' field for AUR packages (info)

This commit is contained in:
Vinicius Moreira
2022-03-12 11:42:40 -03:00
parent 500afe12d7
commit ff0903d551
11 changed files with 31 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- displaying the "executable" field if the package is recognized as an application
- displaying "description" and "version" as primary fields for repository packages
- displaying the "out of date" field for AUR packages [#236](https://github.com/vinifmor/bauh/issues/236)
- displaying the "orphan" field for AUR packages [#236](https://github.com/vinifmor/bauh/issues/236)
- removing the "%U" parameter before launching applications to prevent error messages
- minor code refactoring