summaryrefslogtreecommitdiff
path: root/community/gcc-avr/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gcc-avr/PKGBUILD')
-rw-r--r--community/gcc-avr/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/gcc-avr/PKGBUILD b/community/gcc-avr/PKGBUILD
index 0fbb6721c..0b93f18f2 100644
--- a/community/gcc-avr/PKGBUILD
+++ b/community/gcc-avr/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 43891 2011-03-30 19:48:35Z bfanella $
+# $Id: PKGBUILD 51816 2011-07-15 23:03:40Z bfanella $
# Maintainer: Brad Fanella <bradfanella@archlinux.us>
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
# Contributor: danst0 <danst0@west.de>
pkgname=gcc-avr
-pkgver=4.6.0
-pkgrel=3
+pkgver=4.6.1
+pkgrel=1
pkgdesc="The GNU avr Compiler Collection"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL' 'LGPL' 'custom')
@@ -13,8 +13,8 @@ url="http://gcc.gnu.org/"
depends=('binutils-avr>=2.21' 'cloog' 'ppl' 'gcc-libs>=4.6.0' 'libmpc')
options=('!ccache' '!distcc' '!emptydirs' '!libtool' '!strip')
source=(http://ftp.gnu.org/gnu/gcc/${pkgname/-avr}-${pkgver}/gcc-{core,g++}-${pkgver}.tar.bz2)
-md5sums=('b1957f3209080b2f55bc3756d3a62b7c'
- 'a30090fa655d0db4c970740d353c81f1')
+md5sums=('0c0e7e35d2215e19de9c97efba507553'
+ '0d75ca7ca35b1e7f252223f9d23a6ad1')
build() {
export CFLAGS="-O2 -pipe"