summaryrefslogtreecommitdiff
path: root/core/pacman/pacman.conf
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-06-01 19:48:26 +0200
committerErich Eckner <git@eckner.net>2021-06-01 19:48:26 +0200
commitc8f3f949d75c8fc37de25985c0e833182224ec7b (patch)
treef11e7ca9e7a1fa770c4e2a9cd69bb972abe5ae6e /core/pacman/pacman.conf
parent7a140f17d131a6d8cf2e9e389d39750f1d427008 (diff)
downloadpackages-c8f3f949d75c8fc37de25985c0e833182224ec7b.tar.xz
core/pacman: merge upstream config changes for pacman 6.0
Diffstat (limited to 'core/pacman/pacman.conf')
-rw-r--r--core/pacman/pacman.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/pacman/pacman.conf b/core/pacman/pacman.conf
index 7163168c..ef347ade 100644
--- a/core/pacman/pacman.conf
+++ b/core/pacman/pacman.conf
@@ -31,13 +31,14 @@ Architecture = auto
# Misc options
#UseSyslog
#Color
-#TotalDownload
+#NoProgressBar
CheckSpace
#VerbosePkgLists
+#ParallelDownloads = 5
# 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 DatabaseTrustAll
+SigLevel = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required