48 lines
1.1 KiB
PacmanConf
48 lines
1.1 KiB
PacmanConf
# See the pacman.conf(5) manpage for option and repository directives
|
|
|
|
[options]
|
|
HoldPkg = pacman glibc
|
|
Architecture = auto
|
|
|
|
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
|
|
#IgnorePkg =
|
|
#IgnoreGroup =
|
|
|
|
#NoUpgrade =
|
|
#NoExtract =
|
|
|
|
# Misc options
|
|
Color
|
|
CheckSpace
|
|
VerbosePkgLists
|
|
ParallelDownloads = 5
|
|
DownloadUser = alpm
|
|
|
|
# By default, pacman accepts packages signed by keys that its local keyring
|
|
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
|
SigLevel = Required DatabaseOptional
|
|
LocalFileSigLevel = Optional
|
|
#RemoteFileSigLevel = Required
|
|
|
|
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
|
# keyring can then be populated with the keys of all official Arch Linux
|
|
# packagers with `pacman-key --populate archlinux`.
|
|
|
|
# -------- REPOS ---------
|
|
|
|
[core]
|
|
Include = /etc/pacman.d/mirrorlist
|
|
|
|
[extra]
|
|
Include = /etc/pacman.d/mirrorlist
|
|
|
|
# 32-bit pkgs
|
|
[multilib]
|
|
Include = /etc/pacman.d/mirrorlist
|
|
|
|
# An example of a custom package repository. See the pacman manpage for
|
|
# tips on creating your own repositories.
|
|
#[custom]
|
|
#SigLevel = Optional TrustAll
|
|
#Server = file:///home/custompkgs
|