Even though the repository uses signed packages now, there are still multiple issues that need to be addressed:
- From pacman/Package signing article on ArchWiki:
Warning: The SigLevel TrustAll option exists for debugging purposes and makes it very easy to trust keys that have not been verified. You should use TrustedOnly for all official repositories.
Meaning: You should not advise using SigLevel = TrustAll with your repository.
- I'm unable to find where have you posted fingerprint of your key and therefore cannot verify authenticity of a key pacman is trying to pull.
Even though the repository uses signed packages now, there are still multiple issues that need to be addressed:
Warning: The SigLevel TrustAll option exists for debugging purposes and makes it very easy to trust keys that have not been verified. You should use TrustedOnly for all official repositories.
Meaning: You should not advise using
SigLevel = TrustAllwith your repository.