[arch-commits] Commit in binutils/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Mon Mar 2 07:02:04 UTC 2009
Date: Monday, March 2, 2009 @ 02:02:04
Author: allan
Revision: 28785
Added dep on zlib as is needed and not in binutils dep chain
Modified:
binutils/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-03-02 05:48:14 UTC (rev 28784)
+++ PKGBUILD 2009-03-02 07:02:04 UTC (rev 28785)
@@ -13,7 +13,7 @@
license=('GPL')
groups=('base')
options=('!libtool' '!distcc' '!ccache')
-depends=('glibc>=2.9-4' 'texinfo>=4.13a-3')
+depends=('glibc>=2.9-4' 'texinfo>=4.13a-3' 'zlib')
source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}_${_date}.tar.bz2)
md5sums=('8fd8a7082814124917289eba9f2b46f1')
install=binutils.install
More information about the arch-commits
mailing list