Date: Friday, December 2, 2011 @ 16:02:53 Author: allan Revision: 144068
upgpkg: binutils 2.22-1 upsteram update Modified: binutils/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-12-02 21:02:11 UTC (rev 144067) +++ PKGBUILD 2011-12-02 21:02:53 UTC (rev 144068) @@ -4,9 +4,9 @@ # toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc pkgname=binutils -pkgver=2.21.1 -pkgrel=2 -_date=20110627 +pkgver=2.22 +pkgrel=1 +_date=20111201 pkgdesc="A set of programs to assemble and manipulate binary and object files" arch=('i686' 'x86_64') url="http://www.gnu.org/software/binutils/" @@ -16,12 +16,12 @@ options=('!libtool' '!distcc' '!ccache') install=binutils.install source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}_${_date}.tar.bz2) -md5sums=('2face559e80d649ba148e42bb2d1fb0f') +md5sums=('77c15027ac112c65fd5f73ca91b0651c') mksource() { mkdir ${pkgname}-${_date} cd ${pkgname}-${_date} - export _TAG=binutils-2_21-branch + export _TAG=binutils-2_22-branch export 'CVSROOT=:pserver:anon...@sourceware.org:/cvs/src' cvs -z9 co -r $_TAG binutils || return 1 mv src binutils