diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-01-29 20:45:51 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-01-29 20:45:51 -0300 |
commit | 372ac4173eeee7e39160f375fb340f5794c8b555 (patch) | |
tree | 8ef7770dc2d785431320cb07ecce65487565e80c /libre/pacman | |
parent | 5cb6d6dedb5e95df2ab0df3924a7a1fcde26abd6 (diff) |
Updates
Diffstat (limited to 'libre/pacman')
-rw-r--r-- | libre/pacman/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/pacman/PKGBUILD b/libre/pacman/PKGBUILD index cd1f948f9..0f0421867 100644 --- a/libre/pacman/PKGBUILD +++ b/libre/pacman/PKGBUILD @@ -11,7 +11,7 @@ arch=('i686' 'x86_64' 'mips64el') url="http://www.archlinux.org/pacman/" license=('GPL') groups=('base') -depends=('bash' 'glibc>=2.15' 'libarchive>=3.0.2' 'curl>=7.19.4' +depends=('bash' 'glibc' 'libarchive>=3.0.2' 'curl>=7.19.4' 'gpgme' 'pacman-mirrorlist') optdepends=('fakeroot: for makepkg usage as normal user') backup=(etc/pacman.conf etc/makepkg.conf) |