[arch] improvement: explicitly marking installed dependent packages as 'dependencies' (installation)

This commit is contained in:
Vinicius Moreira
2022-01-31 15:26:37 -03:00
parent c718fe0a36
commit b130ad6d0b
3 changed files with 10 additions and 4 deletions

View File

@@ -11,9 +11,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- not rechecking sub-dependencies of an AUR dependency to be installed
- allowing AUR packages to be installed as dependencies of a repository package
- always listing repository packages as primary options when multiple providers for a given dependency are available
- installation: explicitly marking installed dependent packages as "dependencies" (`--asdeps`)
- settings:
- "Auto-define dependency providers" property renamed to "Auto-match dependency by name"
- new property 'prefer_repository_provider': automatically picks the single package from the repositories among several external (AUR) available as the provider for a given dependency
- new property 'prefer_repository_provider': automatically picks the single package from the repositories among several external (AUR) available as the provider for a given dependency
### Fixes
- General