[arch] fix -> AUR: not able to find some repository dependencies when their names are not an exact match

This commit is contained in:
Vinicius Moreira
2020-10-26 11:55:28 -03:00
parent c11bc20245
commit 7dae74e3d0
4 changed files with 30 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ def check(pkgdir: str, optimize: bool, missing_deps: bool, handler: ProcessHandl
def make(pkgdir: str, optimize: bool, handler: ProcessHandler, custom_pkgbuild: Optional[str] = None) -> Tuple[bool, str]:
cmd = ['makepkg', '-ALcsmf', '--skipchecksums']
cmd = ['makepkg', '-ALcsmf', '--skipchecksums', '--nodeps']
if custom_pkgbuild:
cmd.append('-p')