mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 02:24:16 +02:00
[aur] skipping makepkg dependency checking when 'simple_checking' is disabled
This commit is contained in:
@@ -18,6 +18,9 @@ def check(pkgdir: str, optimize: bool, missing_deps: bool, handler: ProcessHandl
|
|||||||
|
|
||||||
cmd = ['makepkg', '-ALcf', '--check', '--noarchive', '--nobuild', '--noprepare']
|
cmd = ['makepkg', '-ALcf', '--check', '--noarchive', '--nobuild', '--noprepare']
|
||||||
|
|
||||||
|
if not missing_deps:
|
||||||
|
cmd.append('--nodeps')
|
||||||
|
|
||||||
if optimize:
|
if optimize:
|
||||||
if os.path.exists(CUSTOM_MAKEPKG_FILE):
|
if os.path.exists(CUSTOM_MAKEPKG_FILE):
|
||||||
handler.watcher.print('Using custom makepkg.conf -> {}'.format(CUSTOM_MAKEPKG_FILE))
|
handler.watcher.print('Using custom makepkg.conf -> {}'.format(CUSTOM_MAKEPKG_FILE))
|
||||||
|
|||||||
Reference in New Issue
Block a user