From 48e2b429cd5cad080cb8c7aaab193becc2ffe9e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20M=C3=BCller?= Date: Tue, 17 Aug 2021 19:59:35 +0200 Subject: [PATCH] [data] adjust to pacman 6.0 --- data/pacman-default.conf | 5 +++-- data/pacman-mhwd.conf | 5 +++-- data/pacman-multilib.conf | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/data/pacman-default.conf b/data/pacman-default.conf index 74474c8..85db4c3 100644 --- a/data/pacman-default.conf +++ b/data/pacman-default.conf @@ -18,7 +18,7 @@ HoldPkg = pacman glibc # If upgrades are available for these packages they will be asked for first SyncFirst = manjaro-system archlinux-keyring manjaro-keyring -#XferCommand = /usr/bin/curl -C - -f %u > %o +#XferCommand = /usr/bin/curl -L -C - -f -o %o %u #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u #CleanMethod = KeepInstalled #UseDelta = 0.7 @@ -34,10 +34,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. diff --git a/data/pacman-mhwd.conf b/data/pacman-mhwd.conf index aced7a7..c55ea6e 100644 --- a/data/pacman-mhwd.conf +++ b/data/pacman-mhwd.conf @@ -15,7 +15,7 @@ #LogFile = /var/log/pacman.log #GPGDir = /etc/pacman.d/gnupg/ HoldPkg = pacman glibc -#XferCommand = /usr/bin/curl -C - -f %u > %o +#XferCommand = /usr/bin/curl -L -C - -f -o %o %u #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u #CleanMethod = KeepInstalled Architecture = auto @@ -30,9 +30,10 @@ Architecture = auto # Misc options #UseSyslog #UseDelta -#TotalDownload +#NoProgressBar CheckSpace #VerbosePkgLists +#ParallelDownloads = 5 # PGP signature checking # NOTE: None of this will work without running `pacman-key --init` first. diff --git a/data/pacman-multilib.conf b/data/pacman-multilib.conf index 40d984a..97510ae 100644 --- a/data/pacman-multilib.conf +++ b/data/pacman-multilib.conf @@ -18,7 +18,7 @@ HoldPkg = pacman glibc # If upgrades are available for these packages they will be asked for first SyncFirst = manjaro-system archlinux-keyring manjaro-keyring -#XferCommand = /usr/bin/curl -C - -f %u > %o +#XferCommand = /usr/bin/curl -L -C - -f -o %o %u #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u #CleanMethod = KeepInstalled #UseDelta = 0.7 @@ -34,10 +34,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.