summaryrefslogtreecommitdiff
path: root/community/binutils-avr
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-08-17 23:14:29 +0000
committerroot <root@rshg054.dnsready.net>2011-08-17 23:14:29 +0000
commit3413e75c9cdb6c0daf6ddf92f469a2221c94a55b (patch)
treeebc8d673526a7bcca4a4fcd6ed7872baec735f90 /community/binutils-avr
parent68b7938bb87c6e91d54e4f35f0223c7237fa53e1 (diff)
Wed Aug 17 23:14:29 UTC 2011
Diffstat (limited to 'community/binutils-avr')
-rw-r--r--community/binutils-avr/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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 <bradfanella@archlinux.us>
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
# Contributor: danst0 <danst0@west.de>
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}