index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Daniel M. Capella <polyzen@archlinux.org> | 2019-10-26 18:02:33 -0400 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2019-11-06 01:14:05 +0100 |
commit | 6679c28625b1e48bc115290b7c41941366d44a05 (patch) | |
tree | 41f55368d2471ce500db226d61fed250b2802d94 /pacman-kde-unstable.conf | |
parent | 2edee89b629f73c8437368b37efbcafd90429728 (diff) |
-rw-r--r-- | pacman-kde-unstable.conf | 4 |
diff --git a/pacman-kde-unstable.conf b/pacman-kde-unstable.conf index eb722da..b9c9547 100644 --- a/pacman-kde-unstable.conf +++ b/pacman-kde-unstable.conf @@ -16,10 +16,9 @@ #GPGDir = /etc/pacman.d/gnupg/ #HookDir = /etc/pacman.d/hooks/ 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 -#UseDelta = 0.7 Architecture = auto # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup @@ -93,4 +92,3 @@ Include = /etc/pacman.d/mirrorlist #[custom] #SigLevel = Optional TrustAll #Server = file:///home/custompkgs - |