summaryrefslogtreecommitdiffstats
path: root/pacman-git/pacman.conf
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-git/pacman.conf')
-rw-r--r--pacman-git/pacman.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/pacman-git/pacman.conf b/pacman-git/pacman.conf
index 3a5d875..f5fcce1 100644
--- a/pacman-git/pacman.conf
+++ b/pacman-git/pacman.conf
@@ -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,21 +60,27 @@ 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
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = file:///home/custompkgs
+#VerifySig = Optional