Move korhonen_aur to be the last repo

This allows to upgrade packages that have been moved to community etc
This commit is contained in:
Marko Korhonen 2023-03-16 18:59:41 +02:00
parent 9cb79c97ba
commit da6807e50f
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -21,14 +21,6 @@ Include = /etc/pacman.d/cachyos-v3-mirrorlist
Include = /etc/pacman.d/pacserve
Include = /etc/pacman.d/cachyos-mirrorlist
[korhonen_aur]
{%@@ if profile == "Moria" @@%}
Server = file:///docker/index.korhonen.cc/repo/arch_linux/$repo/$arch
{%@@ else @@%}
Include = /etc/pacman.d/pacserve
Server = https://index.korhonen.cc/repo/arch_linux/$repo/$arch
{%@@ endif @@%}
[core]
Include = /etc/pacman.d/pacserve
Include = /etc/pacman.d/mirrorlist
@ -44,3 +36,12 @@ Include = /etc/pacman.d/mirrorlist
[multilib]
Include = /etc/pacman.d/pacserve
Include = /etc/pacman.d/mirrorlist
[korhonen_aur]
{%@@ if profile == "Moria" @@%}
Server = file:///docker/index.korhonen.cc/repo/arch_linux/$repo/$arch
{%@@ else @@%}
Include = /etc/pacman.d/pacserve
Server = https://index.korhonen.cc/repo/arch_linux/$repo/$arch
{%@@ endif @@%}