32 lines
573 B
PacmanConf
32 lines
573 B
PacmanConf
#
|
|||
|
|
# /etc/pacman.conf
|
||
|
|
#
|
||
|
|
# See the pacman.conf(5) manpage for option and repository directives
|
||
|
|
|
||
|
|
#
|
||
|
|
# GENERAL OPTIONS
|
||
|
|
#
|
||
|
|
[options]
|
||
|
|
HoldPkg = pacman glibc
|
||
|
|
Architecture = auto
|
||
|
|
CheckSpace
|
||
|
|
ParallelDownloads = 5
|
||
|
|
DownloadUser = alpm
|
||
|
|
|
||
|
|
SigLevel = Required DatabaseOptional
|
||
|
|
LocalFileSigLevel = Optional
|
||
|
|
|
||
|
|
# Antergos NeXT custom packages repo
|
||
|
|
[antergos-pkgs]
|
||
|
|
SigLevel = Optional TrustAll
|
||
|
|
Server = https://antergos-next.github.io/antergos-packages/
|
||
|
|
|
||
|
|
[system]
|
||
|
|
Include = /etc/pacman.d/mirrorlist
|
||
|
|
|
||
|
|
[world]
|
||
|
|
Include = /etc/pacman.d/mirrorlist
|
||
|
|
|
||
|
|
[galaxy]
|
||
|
|
Include = /etc/pacman.d/mirrorlist
|