-
- Downloads
sync: add automatic GPG key retrieval
In certain cases, the `auto-key-retrieve` option for gpg(1) does not result in a successfully imported keys. Furthermore, this option imports (possibly unverified) keys directly into the default user keyring. Use a different approach by creating a separate keyring which is used exclusively for verifying and importing gpg(1) keys with makepkg(8) or aur-chroot(1). The keyring location defaults to `$XDG_DATA_HOME/aurutils/sync/gnupg` and can be modified through the `AUR_SYNC_GNUPGHOME` environment variable. Automatic key retrieval can be disabled with `--no-key-retrieve` / `--nokeyretrieve`.
Please register or sign in to comment