chore(pacman): require signed DB for antergos-pkgs, drop TrustAll

Both build and installed-system pacman configs now use
'SigLevel = DatabaseRequired PackageOptional' for [antergos-pkgs].
The repo DB is signed by the dedicated signing key (AA644A09...),
which authenticates all packages via the checksums the signed DB
carries. Keyring package updated to match.
This commit is contained in:
2026-08-17 18:55:41 +02:00
parent da5a59a2e5
commit 1b44b91e30
2 changed files with 2 additions and 2 deletions
@@ -22,7 +22,7 @@ LocalFileSigLevel = Optional
# Antergos NeXT custom packages repo
[antergos-pkgs]
SigLevel = Optional TrustAll
SigLevel = DatabaseRequired PackageOptional
Server = https://antergos-next.github.io/antergos-packages/
[system]