From 996124b0921325e7b99922d7dd7deb95069e7a0f Mon Sep 17 00:00:00 2001 From: Celestia Ludenberg Date: Mon, 8 Jun 2026 19:26:51 +0200 Subject: [PATCH] pacman.conf: add both $repo/os/$arch and flat Server URLs for antergos-pkgs --- pacman.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pacman.conf b/pacman.conf index babe488..c61c285 100644 --- a/pacman.conf +++ b/pacman.conf @@ -97,7 +97,8 @@ Include = /etc/pacman.d/mirrorlist [antergos-pkgs] SigLevel = Optional TrustAll -Server = https://Antergos-NeXT.github.io/antergos-pkgs/ +Server = https://Antergos-NeXT.github.io/antergos-pkgs/$repo/os/$arch +Server = https://Antergos-NeXT.github.io/antergos-pkgs # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories.