summaryrefslogtreecommitdiff
path: root/community/binutils-avr
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2011-12-17 10:57:14 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2011-12-17 10:57:14 +0100
commitc18c85b7c1dc723c11f7000dd6e3ade02dbe2653 (patch)
tree77cf693a7525715f1a9b6b60aff4801988c000a1 /community/binutils-avr
parent7ea4029b5c539f8034fd970dbac58cc807fe0acf (diff)
parent492f7c22a61fdb0488000da9f66d68e11bb43918 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: extra/polkit-kde/PKGBUILD extra/polkit-qt/PKGBUILD
Diffstat (limited to 'community/binutils-avr')
-rw-r--r--community/binutils-avr/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/community/binutils-avr/PKGBUILD b/community/binutils-avr/PKGBUILD
index e7cdafe4b..d052033fd 100644
--- a/community/binutils-avr/PKGBUILD
+++ b/community/binutils-avr/PKGBUILD
@@ -1,19 +1,20 @@
-# $Id: PKGBUILD 58711 2011-11-17 21:06:00Z jelle $
+# $Id: PKGBUILD 60627 2011-12-15 18:55:59Z jelle $
# Maintainer: Brad Fanella <bradfanella@archlinux.us>
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
# Contributor: danst0 <danst0@west.de>
pkgname=binutils-avr
-pkgver=2.21.1
-pkgrel=2
+pkgver=2.22
+pkgrel=1
pkgdesc="A set of programs to assemble and manipulate binary and object files for the avr architecture"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.gnu.org/software/binutils/"
license=('GPL')
depends=('glibc>=2.12-5' 'zlib')
options=('!libtool' '!distcc' '!ccache')
-source=(http://ftp.gnu.org/gnu/${pkgname/-avr}/${pkgname/-avr}-${pkgver}.tar.bz2)
-md5sums=('bde820eac53fa3a8d8696667418557ad')
+source=(http://ftp.gnu.org/gnu/${pkgname/-avr}/${pkgname/-avr}-${pkgver}.tar.bz2{,.sig})
+md5sums=('ee0f10756c84979622b992a4a61ea3f5'
+ '6aea2485019497583e5c3f5fc4a39cd5')
build() {
cd ${srcdir}/${pkgname/-avr}-${pkgver}