updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / pacman-git / pacman.conf.x86_64
blob6d70acbe0362049783de874d3e33256fbe3d3f64
2 # /etc/pacman.conf
4 # See the pacman.conf(5) manpage for option and repository directives
7 # GENERAL OPTIONS
9 [options]
10 # The following paths are commented out with their default values listed.
11 # If you wish to use different paths, uncomment and update the paths.
12 #RootDir     = /
13 #DBPath      = /var/lib/pacman/
14 #CacheDir    = /var/cache/pacman/pkg/
15 #LogFile     = /var/log/pacman.log
16 #GPGDir      = /etc/pacman.d/gnupg/
17 HoldPkg     = pacman glibc
18 # If upgrades are available for these packages they will be asked for first
19 SyncFirst   = pacman
20 #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
21 #XferCommand = /usr/bin/curl -C - -f %u > %o
22 #CleanMethod = KeepInstalled
23 Architecture = auto
25 # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
26 #IgnorePkg   =
27 #IgnoreGroup =
29 #NoUpgrade   =
30 #NoExtract   =
32 # Misc options (all disabled by default)
33 #UseSyslog
34 #UseDelta
35 #TotalDownload
36 CheckSpace
37 #VerbosePkgLists
39 # PGP signature checking
40 # NOTE: None of this will work without running `pacman-key --init` first.
41 # The compiled in default is equivalent to the following line. This requires
42 # you to locally sign and trust packager keys using `pacman-key` for them to be
43 # considered valid.
44 #SigLevel = Optional TrustedOnly
45 # If you wish to check signatures but avoid local sign and trust issues, use
46 # the following line. This will treat any key imported into pacman's keyring as
47 # trusted.
48 #SigLevel = Optional TrustAll
51 # REPOSITORIES
52 #   - can be defined here or included from another file
53 #   - pacman will search repositories in the order defined here
54 #   - local/custom mirrors can be added here or in separate files
55 #   - repositories listed first will take precedence when packages
56 #     have identical names, regardless of version number
57 #   - URLs will have $repo replaced by the name of the current repo
58 #   - URLs will have $arch replaced by the name of the architecture
60 # Repository entries are of the format:
61 #       [repo-name]
62 #       Server = ServerName
63 #       Include = IncludePath
65 # The header [repo-name] is crucial - it must be present and
66 # uncommented to enable the repo.
69 # The testing repositories are disabled by default. To enable, uncomment the
70 # repo name header and Include lines. You can add preferred servers immediately
71 # after the header, and they will be used before the default mirrors.
73 #[testing]
74 #Include = /etc/pacman.d/mirrorlist
76 [core]
77 Include = /etc/pacman.d/mirrorlist
79 [extra]
80 Include = /etc/pacman.d/mirrorlist
82 #[community-testing]
83 #Include = /etc/pacman.d/mirrorlist
85 [community]
86 Include = /etc/pacman.d/mirrorlist
88 # If you want to run 32 bit applications on your x86_64 system,
89 # enable the multilib repository here.
90 #[multilib]
91 #Include = /etc/pacman.d/mirrorlist
93 # An example of a custom package repository.  See the pacman manpage for
94 # tips on creating your own repositories.
95 #[custom]
96 #Server = file:///home/custompkgs