From 51b74e53c3a5752fdcab6982fc80daad9e60aefe Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 10 Jun 2011 22:41:42 -0400 Subject: [PATCH] core/pacman: removed trailing md5sums, fixed makepkg.conf, fixed md5s --- core/pacman/PKGBUILD | 8 ++------ core/pacman/makepkg.conf | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/core/pacman/PKGBUILD b/core/pacman/PKGBUILD index 4dd5bbad6..9ebeb2d43 100644 --- a/core/pacman/PKGBUILD +++ b/core/pacman/PKGBUILD @@ -27,10 +27,10 @@ source=(ftp://ftp.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz pacman.conf pacman.conf.armv7 makepkg.conf) -md5sums=('b4f1fdbc17100923071ebe8fe9377be5' +md5sums=('c36c18ed4d8ec69c0ecb4f9684266901' '8a202e08a4e9ffe978c6aa6358e1b640' 'ef58d47ca67b78e597b0698ac2b97987' - '17649f11a0c971ec944331314352581e') + 'da2e78190c8677e3df4ed9744bc22e7e') # keep an upgrade path for older installations PKGEXT='.pkg.tar.gz' @@ -77,7 +77,3 @@ package() { } # vim: set ts=2 sw=2 et: -md5sums=('c36c18ed4d8ec69c0ecb4f9684266901' - 'e99eb721b6b704f68c5f47468507c102' - 'f8b939d9b2beb79a0436961a2d707d7c' - 'a8684989d3dfad5a6e1bcf95af3e571b') diff --git a/core/pacman/makepkg.conf b/core/pacman/makepkg.conf index ebb28bd33..97c1fbc67 100644 --- a/core/pacman/makepkg.conf +++ b/core/pacman/makepkg.conf @@ -9,7 +9,7 @@ #-- The download utilities that makepkg should use to acquire sources # Format: 'protocol::agent' DLAGENTS=('ftp::/usr/bin/wget -c --passive-ftp -t 3 --waitretry=3 -O %o %u' - 'http::/usr/bin/wget -c -t 3 --waitretry=3 -O %o %u' + 'http::/usr/bin/wget -c -t 3 --waitretry=3 --no-check-certificate -O %o %u' 'https::/usr/bin/wget -c -t 3 --waitretry=3 --no-check-certificate -O %o %u' 'rsync::/usr/bin/rsync -z %u %o' 'scp::/usr/bin/scp -C %u %o')