core/pacman to 3.5.3-1

This commit is contained in:
Kevin Mihelich 2011-06-10 22:38:38 -04:00
parent 13c9393f71
commit 6c639f8233
2 changed files with 8 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# $Id: PKGBUILD 120035 2011-04-18 16:49:22Z dan $
# $Id: PKGBUILD 126847 2011-06-07 19:50:19Z dan $
# Maintainer: Dan McGee <dan@archlinux.org>
# PlugApps: Kevin Mihelich <kevin@plugapps.com>
@ -10,7 +10,7 @@
plugrel=1
pkgname=pacman
pkgver=3.5.2
pkgver=3.5.3
pkgrel=1
pkgdesc="A library-based package manager with dependency support"
arch=('arm' 'armv7')
@ -30,7 +30,7 @@ source=(ftp://ftp.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz
md5sums=('b4f1fdbc17100923071ebe8fe9377be5'
'8a202e08a4e9ffe978c6aa6358e1b640'
'ef58d47ca67b78e597b0698ac2b97987'
'da2e78190c8677e3df4ed9744bc22e7e')
'17649f11a0c971ec944331314352581e')
# keep an upgrade path for older installations
PKGEXT='.pkg.tar.gz'
@ -77,3 +77,7 @@ 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 --no-check-certificate -O %o %u'
'http::/usr/bin/wget -c -t 3 --waitretry=3 -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')