core/pacman: removed trailing md5sums, fixed makepkg.conf, fixed md5s

This commit is contained in:
Kevin Mihelich 2011-06-10 22:41:42 -04:00
parent 6c639f8233
commit 51b74e53c3
2 changed files with 3 additions and 7 deletions

View file

@ -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')

View file

@ -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')