summaryrefslogtreecommitdiffstats
path: root/pacman-git/pacman.conf.x86_64
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-10-23 22:01:53 +0200
committerFlorian Pritz <bluewind@xinu.at>2011-10-23 22:02:18 +0200
commitebc82b27288df5c58194083ead4a6e6de7f52d21 (patch)
tree30d4e874cc19a03dfc62a0ee7c6c5e6c9756d4ec /pacman-git/pacman.conf.x86_64
parent44c6e7dfa4967843b05ee961fd243f655ed31717 (diff)
downloadaur-packages-ebc82b27288df5c58194083ead4a6e6de7f52d21.tar.gz
aur-packages-ebc82b27288df5c58194083ead4a6e6de7f52d21.tar.xz
mass update (again :( )
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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.