Quote values in the arch array in example PKGBUILD
[pacman-ng.git] / etc / pacman.conf.in
blob30bfc321671269ece989717b0306a132003b8270
2 # @sysconfdir@/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     = @ROOTDIR@
13 #DBPath      = @localstatedir@/lib/pacman/
14 #CacheDir    = @localstatedir@/cache/pacman/pkg/
15 #LogFile     = @localstatedir@/log/pacman.log
16 HoldPkg     = pacman glibc
17 # If upgrades are available for these packages they will be asked for first
18 SyncFirst   = pacman
19 #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
20 #XferCommand = /usr/bin/curl %u > %o
21 #CleanMethod = KeepInstalled
23 # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
24 #IgnorePkg   =
25 #IgnoreGroup =
27 #NoUpgrade   =
28 #NoExtract   =
30 # Misc options (all disabled by default)
31 #NoPassiveFtp
32 #UseSyslog
33 #ShowSize
34 #UseDelta
35 #TotalDownload
38 # REPOSITORIES
39 #   - can be defined here or included from another file
40 #   - pacman will search repositories in the order defined here
41 #   - local/custom mirrors can be added here or in separate files
42 #   - repositories listed first will take precedence when packages
43 #     have identical names, regardless of version number
44 #   - URLs will have $repo replaced by the name of the current repo
46 # Repository entries are of the format:
47 #       [repo-name]
48 #       Server = ServerName
49 #       Include = IncludePath
51 # The header [repo-name] is crucial - it must be present and
52 # uncommented to enable the repo.
55 # An example of a disabled remote package repository with multiple servers
56 # available. To enable, uncomment the following lines. You can add preferred
57 # servers immediately after the header and they will be used before the
58 # default mirrors.
59 #[core]
60 #Server = ftp://ftp.example.com/foobar/$repo/os/i686/
61 # The file referenced here should contain a list of 'Server = ' lines.
62 #Include = @sysconfdir@/pacman.d/mirrorlist
64 # An example of a custom package repository.  See the pacman manpage for
65 # tips on creating your own repositories.
66 #[custom]
67 #Server = file:///home/custompkgs