[arch] improvement: 'automatch_providers' property label renamed

This commit is contained in:
Vinicius Moreira
2022-01-28 12:44:11 -03:00
parent 39dd0f1ac8
commit 9d1472c1a9
10 changed files with 20 additions and 18 deletions

View File

@@ -49,8 +49,8 @@ arch.config.aur_rebuild_detector=Check reinstallation need {}
arch.config.aur_rebuild_detector.tip=It checks if packages built with old library versions require to be rebuilt. If a package needs to be rebuilt, it will be marked for update ({} must be installed)
arch.config.aur_rebuild_detector_no_bin=Ignore binaries ({})
arch.config.aur_rebuild_detector_no_bin.tip=If binary packages named as "package-bin" should be ignored by {} ({})
arch.config.automatch_providers=Auto-define dependency providers
arch.config.automatch_providers.tip=It automatically chooses which provider will be used for a package dependency when both names are equal.
arch.config.automatch_providers=Auto-define providers by name
arch.config.automatch_providers.tip=It automatically picks which provider will be used for a dependency when both names are equal.
arch.config.aur_build_dir=Build directory (AUR)
arch.config.aur_build_dir.tip=It define a custom directory where the AUR packages will be built. Default: {}.
arch.config.aur_build_only_chosen=Build only chosen (AUR)