Bumps for pacman 3.0.3
[pacman.git] / etc / pacman.conf.in
blob56b1f8332b49b4544f4faadb056b6aac883ff4b6
2 # /etc/pacman.conf
4 # See the pacman manpage for option directives
7 # GENERAL OPTIONS
9 [options]
10 LogFile     = /var/log/pacman.log
11 HoldPkg     = pacman glibc
12 #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
15 # REPOSITORIES
16 #   - can be defined here or included from another file
17 #   - pacman will search repositories in the order defined here
18 #   - local/custom mirrors can be added here or in separate files
19 #   - repositories listed first will take precedence when packages
20 #     have identical names, regardless of version number
22 #[testing]
23 #Include = /etc/pacman.d/testing
25 [current]
26 # Add your preferred servers here, they will be used first
27 Include = /etc/pacman.d/current
29 [extra]
30 # Add your preferred servers here, they will be used first
31 Include = /etc/pacman.d/extra
33 [community]
34 # Add your preferred servers here, they will be used first
35 Include = /etc/pacman.d/community
37 #[unstable]
38 # Add your preferred servers here, they will be used first
39 #Include = /etc/pacman.d/unstable
41 # An example of a custom package repository.  See the pacman manpage for
42 # tips on creating your own repositories.
43 #[custom]
44 #Server = file:///home/custompkgs