dotfiles/root/etc/pacman.conf
Marko Korhonen 87b86ee8e0
Switch away from cachyos repositories and build packages for non-native targets
This is because shire doesn't support newer x86 instruction sets
2024-06-29 12:29:42 +03:00

35 lines
827 B
PacmanConf
Executable file

[options]
ILoveCandy
Color
CheckSpace
ParallelDownloads = 5
HoldPkg = pacman glibc
SigLevel = Required DatabaseOptional
Architecture = auto
LocalFileSigLevel = Optional
CacheDir = /var/cache/pacman/pkg
{%@@ if profile == "Moria" @@%}
CleanMethod=KeepCurrent
CacheDir= /var/www/index.korhonen.cc/repo/arch_linux/korhonen_aur/x86_64
{%@@ endif @@%}
[core]
Include = /etc/pacman.d/pacserve
Include = /etc/pacman.d/mirrorlist
[extra]
Include = /etc/pacman.d/pacserve
Include = /etc/pacman.d/mirrorlist
[multilib]
Include = /etc/pacman.d/pacserve
Include = /etc/pacman.d/mirrorlist
[korhonen_aur]
{%@@ if profile == "Moria" @@%}
Server = file:///var/www/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 @@%}