Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/pacman-extra.conf
diff options
context:
space:
mode:
authorLevente Polyak <anthraxx@archlinux.org>2021-06-17 00:00:19 +0200
committerLevente Polyak <anthraxx@archlinux.org>2021-06-17 00:05:06 +0200
commit0635f0c5ecd07978d63ff348acfd34a6d4768e03 (patch)
tree2e748b794c7e2f49eb331e9a13cd0680cca890fb /pacman-extra.conf
parent04af0374f300844605383a33f9cbe8ef44f373bf (diff)
sync pacman.conf with the pacman 6.0.0-3 package
This effectively does nothing but keep the commented options in sync to not deviate from the original file for no reason. Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
Diffstat (limited to 'pacman-extra.conf')
-rw-r--r--pacman-extra.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/pacman-extra.conf b/pacman-extra.conf
index ff1d93d..5ae20cd 100644
--- a/pacman-extra.conf
+++ b/pacman-extra.conf
@@ -31,10 +31,11 @@ Architecture = auto
# Misc options
#UseSyslog
#Color
-#TotalDownload
+#NoProgressBar
# We cannot check disk space from within a chroot environment
#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.