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

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Sep 1 06:19:33 UTC 2007


    Date: Saturday, September 1, 2007 @ 02:19:33
  Author: andyrtr
    Path: /home/cvs-arch/arch/build/base/binutils

Modified: PKGBUILD (1.40 -> 1.41)

updatepkg 2.18


----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)


Index: arch/build/base/binutils/PKGBUILD
diff -u arch/build/base/binutils/PKGBUILD:1.40 arch/build/base/binutils/PKGBUILD:1.41
--- arch/build/base/binutils/PKGBUILD:1.40	Tue Aug 21 11:34:45 2007
+++ arch/build/base/binutils/PKGBUILD	Sat Sep  1 02:19:33 2007
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.40 2007/08/21 15:34:45 dan Exp $
+# $Id: PKGBUILD,v 1.41 2007/09/01 06:19:33 andyrtr Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 
 # compile always twice: first binutils, then gcc, then binutils again
 
 pkgname=binutils
-pkgver=2.17.50.0.18
+pkgver=2.18
 pkgrel=1
 pkgdesc="A set of programs to assemble and manipulate binary and object files"
 arch=('i686' 'x86_64')
@@ -14,13 +14,14 @@
 options=('!libtool' '!distcc' '!ccache')
 depends=('glibc>=2.6.1')
 makedepends=('texinfo>=4.8a')
-source=(ftp://ftp.kernel.org/pub/linux/devel/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+source=(#ftp://ftp.kernel.org/pub/linux/devel/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+	http://ftp.gnu.org/gnu/binutils/${pkgname}-${pkgver}.tar.gz
 	binutils-2.17.50.0.16-version.patch)
-md5sums=('98e21a7c0d82b318fe29f2e04d273344' '31756e7da3299fb2b254d9837bd715ca')
+
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  patch -Np0 -i ${startdir}/src/binutils-2.17.50.0.16-version.patch || return 1
+#  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