From 3413e75c9cdb6c0daf6ddf92f469a2221c94a55b Mon Sep 17 00:00:00 2001 From: root Date: Wed, 17 Aug 2011 23:14:29 +0000 Subject: Wed Aug 17 23:14:29 UTC 2011 --- community/binutils-avr/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'community/binutils-avr') diff --git a/community/binutils-avr/PKGBUILD b/community/binutils-avr/PKGBUILD index 6976cd203..f9e1a176d 100644 --- a/community/binutils-avr/PKGBUILD +++ b/community/binutils-avr/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 37177 2011-01-12 01:51:26Z bfanella $ +# $Id: PKGBUILD 54281 2011-08-16 06:29:48Z bfanella $ # Maintainer: Brad Fanella # Contributor: Corrado Primier # Contributor: danst0 pkgname=binutils-avr -pkgver=2.21 +pkgver=2.21.1 pkgrel=1 pkgdesc="A set of programs to assemble and manipulate binary and object files for the avr architecture" arch=('i686' 'x86_64') url="http://www.gnu.org/software/binutils/" license=('GPL') -depends=('glibc>=2.12.1-5' 'zlib') +depends=('glibc>=2.12-5' 'zlib') options=('!libtool' '!distcc' '!ccache') source=(http://ftp.gnu.org/gnu/${pkgname/-avr}/${pkgname/-avr}-${pkgver}.tar.bz2) -md5sums=('c84c5acc9d266f1a7044b51c85a823f5') +md5sums=('a22801a9cad45c85e9ff6afc10537d72') build() { cd ${srcdir}/${pkgname/-avr}-${pkgver} -- cgit v1.2.3-54-g00ecf