mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/pacman: now depends on >= current version of libarchive and xz
This commit is contained in:
parent
aa0c5e184c
commit
3dd5c1345b
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue