[aur] showing a popup when there are integrity issues with the source-files of a building package

This commit is contained in:
Vinicius Moreira
2019-10-21 18:48:48 -03:00
parent 887c62f878
commit d80cac19af
6 changed files with 21 additions and 3 deletions

View File

@@ -18,4 +18,7 @@ def check(pkgdir: str, handler: ProcessHandler) -> dict:
if gpg_keys:
res['gpg_key'] = gpg_keys[0]
if 'One or more files did not pass the validity check' in output:
res['validity_check'] = True
return res