core/pacman: now depends on >= current version of libarchive and xz

This commit is contained in:
Kevin Mihelich 2011-03-07 12:20:16 -05:00
parent aa0c5e184c
commit 3dd5c1345b

View file

@ -3,6 +3,8 @@
# PlugApps: Kevin Mihelich <kevin@plugapps.com>
# - Updated steps for ARM and PlugApps
# - libarchive >= current as of 7 Mar 2011
# - added dep of xz >= current as of 7 Mar 2011
plugrel=1
@ -14,7 +16,7 @@ arch=('arm')
url="http://www.archlinux.org/pacman/"
license=('GPL')
groups=('base')
depends=('bash' 'libarchive>=2.7.1' 'libfetch>=2.25' 'pacman-mirrorlist')
depends=('bash' 'libarchive>=2.8.4' 'libfetch>=2.33' 'pacman-mirrorlist' 'xz>=5.0.1')
optdepends=('fakeroot: for makepkg usage as normal user'
'curl: for rankmirrors usage')
backup=(etc/pacman.conf etc/makepkg.conf)