diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2011-03-26 12:42:21 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2011-03-26 12:42:21 +0100 |
commit | 96a11523e51d6991a86165437c1c0c5d632142aa (patch) | |
tree | dc2762f96139c2a2cd63d0d6e7d74cc82a0976a7 /pacman-extra.conf | |
parent | bdde6e5a35a697603e9637bbc0e153b1d2fa4320 (diff) | |
download | devtools32-96a11523e51d6991a86165437c1c0c5d632142aa.tar.xz |
Update default makepkg.conf and pacman.conf to match the ones from pacman 3.5
Diffstat (limited to 'pacman-extra.conf')
-rw-r--r-- | pacman-extra.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pacman-extra.conf b/pacman-extra.conf index 3a5d875..206ab23 100644 --- a/pacman-extra.conf +++ b/pacman-extra.conf @@ -17,7 +17,7 @@ HoldPkg = pacman glibc # If upgrades are available for these packages they will be asked for first SyncFirst = pacman #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u -#XferCommand = /usr/bin/curl -C - %u > %o +#XferCommand = /usr/bin/curl -C - -f %u > %o #CleanMethod = KeepInstalled Architecture = auto @@ -33,6 +33,7 @@ Architecture = auto #ShowSize #UseDelta #TotalDownload +#CheckSpace # # REPOSITORIES |