dotfiles/root/etc/pacman.conf

36 lines
826 B
PacmanConf
Raw Normal View History

[options]
ILoveCandy
Color
CheckSpace
2021-07-23 12:11:27 +03:00
ParallelDownloads = 5
HoldPkg = pacman glibc
SigLevel = Required DatabaseOptional
Architecture = auto
LocalFileSigLevel = Optional
CacheDir = /var/cache/pacman/pkg
{%@@ if profile == "Moria" @@%}
CleanMethod=KeepCurrent
2023-04-03 23:20:36 +03:00
CacheDir=/var/www/index.korhonen.cc/repo/arch_linux/korhonen_aur/x86_64
2020-12-20 12:05:48 +02:00
{%@@ endif @@%}
[core]
Include = /etc/pacman.d/pacserve
2020-05-31 09:24:48 +03:00
Include = /etc/pacman.d/mirrorlist
[extra]
Include = /etc/pacman.d/pacserve
2020-05-31 09:24:48 +03:00
Include = /etc/pacman.d/mirrorlist
[multilib]
Include = /etc/pacman.d/pacserve
2020-05-31 09:24:48 +03:00
Include = /etc/pacman.d/mirrorlist
[korhonen_aur]
{%@@ if profile == "Moria" @@%}
2023-04-03 23:20:36 +03:00
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 @@%}