23 lines
503 B
PacmanConf
23 lines
503 B
PacmanConf
# Configuration
|
|
[options]
|
|
HoldPkg = pacman glibc
|
|
Architecture = auto
|
|
Color
|
|
CheckSpace
|
|
ParallelDownloads = 30
|
|
SigLevel = Required DatabaseOptional
|
|
LocalFileSigLevel = Optional
|
|
|
|
# Repositories
|
|
[core]
|
|
Include = /etc/pacman.d/mirrorlist
|
|
[extra]
|
|
Include = /etc/pacman.d/mirrorlist
|
|
[multilib]
|
|
Include = /etc/pacman.d/mirrorlist
|
|
[chaotic-aur]
|
|
Include = /etc/pacman.d/chaotic-mirrorlist
|
|
[dkp-libs]
|
|
Server = https://pkg.devkitpro.org/packages
|
|
[dkp-linux]
|
|
Server = https://pkg.devkitpro.org/packages/linux/$arch/
|