1. #
  2. # /etc/pacman.conf
  3. #
  4. # See the pacman.conf(5) manpage for option and repository directives
  5. #
  6. # GENERAL OPTIONS
  7. #
  8. [options]
  9. # The following paths are commented out with their default values listed.
  10. # If you wish to use different paths, uncomment and update the paths.
  11. #RootDir = /
  12. #DBPath = /var/lib/pacman/
  13. #CacheDir = /var/cache/pacman/pkg/
  14. #LogFile = /var/log/pacman.log
  15. #GPGDir = /etc/pacman.d/gnupg/
  16. HoldPkg = pacman glibc
  17. #XferCommand = /usr/bin/curl -C - -f %u > %o
  18. #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
  19. #CleanMethod = KeepInstalled
  20. #UseDelta = 0.7
  21. Architecture = auto
  22. # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
  23. #IgnorePkg =
  24. #IgnoreGroup =
  25. #NoUpgrade =
  26. #NoExtract =
  27. # Misc options
  28. #UseSyslog
  29. #Color
  30. #TotalDownload
  31. CheckSpace
  32. #VerbosePkgLists
  33. # By default, pacman accepts packages signed by keys that its local keyring
  34. # trusts (see pacman-key and its man page), as well as unsigned packages.
  35. SigLevel = Required DatabaseOptional
  36. LocalFileSigLevel = Optional
  37. #RemoteFileSigLevel = Required
  38. # NOTE: You must run `pacman-key --init` before first using pacman; the local
  39. # keyring can then be populated with the keys of all official Arch Linux
  40. # packagers with `pacman-key --populate archlinux`.
  41. #
  42. # REPOSITORIES
  43. # - can be defined here or included from another file
  44. # - pacman will search repositories in the order defined here
  45. # - local/custom mirrors can be added here or in separate files
  46. # - repositories listed first will take precedence when packages
  47. # have identical names, regardless of version number
  48. # - URLs will have $repo replaced by the name of the current repo
  49. # - URLs will have $arch replaced by the name of the architecture
  50. #
  51. # Repository entries are of the format:
  52. # [repo-name]
  53. # Server = ServerName
  54. # Include = IncludePath
  55. #
  56. # The header [repo-name] is crucial - it must be present and
  57. # uncommented to enable the repo.
  58. #
  59. # The testing repositories are disabled by default. To enable, uncomment the
  60. # repo name header and Include lines. You can add preferred servers immediately
  61. # after the header, and they will be used before the default mirrors.
  62. [antergos-staging]
  63. SigLevel = PackageRequired
  64. Server = http://mirrors.antergos.com/$repo/$arch
  65. [testing]
  66. Include = /etc/pacman.d/mirrorlist
  67. [core]
  68. Include = /etc/pacman.d/mirrorlist
  69. [extra]
  70. Include = /etc/pacman.d/mirrorlist
  71. #[community-testing]
  72. #Include = /etc/pacman.d/mirrorlist
  73. [community]
  74. Include = /etc/pacman.d/mirrorlist
  75. # An example of a custom package repository. See the pacman manpage for
  76. # tips on creating your own repositories.
  77. #[custom]
  78. #SigLevel = Optional TrustAll
  79. #Server = file:///home/custompkgs
  80. [antergos]
  81. SigLevel = PackageRequired
  82. Include = /etc/pacman.d/antergos-mirrorlist