mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 12:04:16 +02:00
[aur] showing a popup when there are integrity issues with the source-files of a building package
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user