diff options
author | Britney Fransen <brfransen@gmail.com> | 2011-07-12 05:09:57 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2011-07-12 05:09:57 (GMT) |
commit | 88275f98d5fac50c978e4fbdc9f7d418aee638ce (patch) | |
tree | d04f17a227bf8f536fb79cd6d1d9692a348ffa89 /abs/core/pacman/pacman.conf | |
parent | a70ac378c70ce2ad383c07eb41615df9536ff32d (diff) | |
download | linhes_pkgbuild-88275f98d5fac50c978e4fbdc9f7d418aee638ce.zip linhes_pkgbuild-88275f98d5fac50c978e4fbdc9f7d418aee638ce.tar.gz linhes_pkgbuild-88275f98d5fac50c978e4fbdc9f7d418aee638ce.tar.bz2 |
pacman: Bumped to latest
Diffstat (limited to 'abs/core/pacman/pacman.conf')
-rw-r--r-- | abs/core/pacman/pacman.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/pacman/pacman.conf b/abs/core/pacman/pacman.conf index c44d2e6..ae584e2 100644 --- a/abs/core/pacman/pacman.conf +++ b/abs/core/pacman/pacman.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 @@ -76,4 +77,3 @@ Include = /etc/pacman.d/mirrorlist # tips on creating your own repositories. #[custom] #Server = file:///home/custompkgs - |