spacepaste

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