Reverts 39cffb8f, which landed on quattro through an accidental direct
push. The change returns for review as a pull request.
46 lines
1.2 KiB
Plaintext
46 lines
1.2 KiB
Plaintext
# See the pacman.conf(5) manpage for option and repository directives
|
|
|
|
[options]
|
|
Color
|
|
ILoveCandy
|
|
VerbosePkgLists
|
|
HoldPkg = pacman glibc
|
|
Architecture = auto
|
|
CheckSpace
|
|
ParallelDownloads = 5
|
|
DownloadUser = alpm
|
|
|
|
# By default, pacman accepts packages signed by keys that its local keyring
|
|
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
|
SigLevel = Required DatabaseOptional
|
|
LocalFileSigLevel = Optional
|
|
|
|
# pacman searches repositories in the order defined here
|
|
[core]
|
|
Include = /etc/pacman.d/mirrorlist
|
|
|
|
[extra]
|
|
Include = /etc/pacman.d/mirrorlist
|
|
|
|
[multilib]
|
|
Include = /etc/pacman.d/mirrorlist
|
|
|
|
[omarchy]
|
|
SigLevel = Optional TrustAll
|
|
Server = https://pkgs.omarchy.org/edge/$arch
|
|
|
|
# Repositories for debug symbol packages.
|
|
#
|
|
# These upstream debug packages will only match core/extra/multilib packages from the Omarchy edge
|
|
# channel. Also note that you may not need to enable these repositories for many debugging tools --
|
|
# debuginfod will work fine if you're on Omarchy edge.
|
|
#
|
|
# [core-debug]
|
|
# Server = https://geo.mirror.pkgbuild.com/$repo/os/$arch
|
|
#
|
|
# [extra-debug]
|
|
# Server = https://geo.mirror.pkgbuild.com/$repo/os/$arch
|
|
#
|
|
# [multilib-debug]
|
|
# Server = https://geo.mirror.pkgbuild.com/$repo/os/$arch
|