summaryrefslogtreecommitdiffstats
path: root/pacman-git/pacman.conf.x86_64
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-git/pacman.conf.x86_64')
-rw-r--r--pacman-git/pacman.conf.x86_647
1 files changed, 7 insertions, 0 deletions
diff --git a/pacman-git/pacman.conf.x86_64 b/pacman-git/pacman.conf.x86_64
index e825b4b..52b84d4 100644
--- a/pacman-git/pacman.conf.x86_64
+++ b/pacman-git/pacman.conf.x86_64
@@ -48,6 +48,7 @@ Architecture = auto
# [repo-name]
# Server = ServerName
# Include = IncludePath
+# VerifySig = Always/Optional/Never
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
@@ -59,23 +60,29 @@ Architecture = auto
#[testing]
#Include = /etc/pacman.d/mirrorlist
+#VerifySig = Optional
[core]
Include = /etc/pacman.d/mirrorlist
+VerifySig = Optional
[extra]
Include = /etc/pacman.d/mirrorlist
+VerifySig = Optional
#[community-testing]
#Include = /etc/pacman.d/mirrorlist
+#VerifySig = Optional
[community]
Include = /etc/pacman.d/mirrorlist
+VerifySig = Optional
# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repository here.
#[multilib]
#Include = /etc/pacman.d/mirrorlist
+#VerifySig = Optional
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.