dotfiles/root/etc/pacman.conf

36 lines
827 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
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" @@%}
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 @@%}