mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-04-24 16:07:17 +00:00
45 lines
1.1 KiB
Plaintext
45 lines
1.1 KiB
Plaintext
#
|
|
# /etc/pacman.conf
|
|
#
|
|
# See the pacman.conf(5) manpage for option and repository directives
|
|
|
|
#
|
|
# GENERAL OPTIONS
|
|
#
|
|
# The following paths are commented out with their default values listed.
|
|
# If you wish to use different paths, uncomment and update the paths.
|
|
#RootDir = /
|
|
#DBPath = /var/lib/pacman/
|
|
#CacheDir = /var/cache/pacman/pkg/
|
|
#LogFile = /var/log/pacman.log
|
|
#GPGDir = /etc/pacman.d/gnupg/
|
|
#HookDir = /etc/pacman.d/hooks/
|
|
HoldPkg = pacman glibc
|
|
#XferCommand = /usr/bin/curl -C - -f %u > %o
|
|
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
|
|
#CleanMethod = KeepInstalled
|
|
#UseDelta = 0.7
|
|
Architecture = auto
|
|
|
|
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
|
|
#IgnorePkg =
|
|
#IgnoreGroup =
|
|
|
|
#NoUpgrade =
|
|
#NoExtract =
|
|
|
|
# Misc options
|
|
#UseSyslog
|
|
Color
|
|
ILoveCandy
|
|
#TotalDownload
|
|
#CheckSpace
|
|
VerbosePkgLists
|
|
|
|
# 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
|
|
|