diff --git a/master.py b/master.py index cc36635..515ba85 100644 --- a/master.py +++ b/master.py @@ -48,6 +48,9 @@ def build(pkgbuild, repo): # setup buildflags setup_makepkg(repo) + # import pgp keys + import_keys(pkgbuild) + # build with devtools os.chdir(pathlib.Path(pkgbuild).parent) res = subprocess.run(["sudo", "extra-x86_64-build"], capture_output=True)