[arch] improvement: 'automatch_providers' property label renamed (again)

This commit is contained in:
Vinicius Moreira
2022-01-28 18:59:08 -03:00
parent 9656f78020
commit b895ba1cd2
10 changed files with 19 additions and 19 deletions

View File

@@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- 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
- settings:
- "Auto-define dependency providers" property renamed to "Auto-define providers by name"
- "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
### Fixes