[arch-commits] CVS update of arch/build/base/binutils (PKGBUILD)

Jan de Groot jgc at archlinux.org
Wed Aug 1 20:51:32 UTC 2007


    Date: Wednesday, August 1, 2007 @ 16:51:32
  Author: jgc
    Path: /home/cvs-arch/arch/build/base/binutils

Modified: PKGBUILD (1.37 -> 1.38)

New version of binutils, should be the last one before 2.18


----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)


Index: arch/build/base/binutils/PKGBUILD
diff -u arch/build/base/binutils/PKGBUILD:1.37 arch/build/base/binutils/PKGBUILD:1.38
--- arch/build/base/binutils/PKGBUILD:1.37	Sat Jul  7 10:20:13 2007
+++ arch/build/base/binutils/PKGBUILD	Wed Aug  1 16:51:32 2007
@@ -1,27 +1,26 @@
-# $Id: PKGBUILD,v 1.37 2007/07/07 14:20:13 andyrtr Exp $
+# $Id: PKGBUILD,v 1.38 2007/08/01 20:51:32 jgc Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 
 # compile always twice: first binutils, then gcc, then binutils again
 
 pkgname=binutils
-pkgver=2.17.50.0.17
-pkgrel=3
+pkgver=2.17.50.0.18
+pkgrel=1
 pkgdesc="A set of programs to assemble and manipulate binary and object files"
-arch=(i686 x86_64)
-license=(GPL)
-options=('!libtool' '!distcc')
+arch=('i686' 'x86_64')
+license=('GPL')
+options=('!libtool' '!distcc' '!ccache')
 url="http://sources.redhat.com/binutils"
 depends=('glibc>=2.6')
 makedepends=('texinfo>=4.8a')
 source=(ftp://ftp.kernel.org/pub/linux/devel/${pkgname}/${pkgname}-${pkgver}.tar.bz2
 	binutils-2.17.50.0.16-version.patch)
-md5sums=('f1852ef43d7539480c77f813224ef81c' '31756e7da3299fb2b254d9837bd715ca')
+md5sums=('98e21a7c0d82b318fe29f2e04d273344' '31756e7da3299fb2b254d9837bd715ca')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   patch -Np0 -i ${startdir}/src/binutils-2.17.50.0.16-version.patch || return 1
 
-
   mkdir build
   cd build
 




More information about the arch-commits mailing list