summaryrefslogtreecommitdiffstats
path: root/abs/core/pacman/pacman.conf.x86_64
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-09-05 19:19:57 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-09-05 19:19:57 (GMT)
commit98d16659fcf26772590c559d58ab7112148c292d (patch)
tree0f66c70e5cd628ec0e1d6b458ab3c8a46dcd6761 /abs/core/pacman/pacman.conf.x86_64
parentbed8b45575c0365415c452dc1a63108fcf9f3d82 (diff)
downloadlinhes_pkgbuild-98d16659fcf26772590c559d58ab7112148c292d.zip
linhes_pkgbuild-98d16659fcf26772590c559d58ab7112148c292d.tar.gz
linhes_pkgbuild-98d16659fcf26772590c559d58ab7112148c292d.tar.bz2
pacman: update to 4.1.2
Diffstat (limited to 'abs/core/pacman/pacman.conf.x86_64')
-rw-r--r--abs/core/pacman/pacman.conf.x86_6417
1 files changed, 5 insertions, 12 deletions
diff --git a/abs/core/pacman/pacman.conf.x86_64 b/abs/core/pacman/pacman.conf.x86_64
index 42321bb..f43fe39 100644
--- a/abs/core/pacman/pacman.conf.x86_64
+++ b/abs/core/pacman/pacman.conf.x86_64
@@ -15,11 +15,10 @@
#LogFile = /var/log/pacman.log
#GPGDir = /etc/pacman.d/gnupg/
HoldPkg = pacman glibc
-# If upgrades are available for these packages they will be asked for first
-SyncFirst = pacman
#XferCommand = /usr/bin/curl -C - -f %u > %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
+#UseDelta = 0.7
Architecture = auto
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
@@ -31,14 +30,16 @@ Architecture = auto
# Misc options
#UseSyslog
-#UseDelta
+#Color
#TotalDownload
CheckSpace
#VerbosePkgLists
# 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 = Optional TrustedOnly
+SigLevel = Required DatabaseOptional
+LocalFileSigLevel = Optional
+#RemoteFileSigLevel = Required
# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Arch Linux
@@ -68,34 +69,27 @@ CheckSpace
# after the header, and they will be used before the default mirrors.
#[testing]
-#SigLevel = PackageRequired
#Include = /etc/pacman.d/mirrorlist
[core]
-SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist
[extra]
-SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist
#[community-testing]
-#SigLevel = PackageRequired
#Include = /etc/pacman.d/mirrorlist
[community]
-SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist
# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.
#[multilib-testing]
-#SigLevel = PackageRequired
#Include = /etc/pacman.d/mirrorlist
#[multilib]
-#SigLevel = PackageRequired
#Include = /etc/pacman.d/mirrorlist
# An example of a custom package repository. See the pacman manpage for
@@ -103,4 +97,3 @@ Include = /etc/pacman.d/mirrorlist
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs
-