diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-03 03:35:01 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-03 03:35:01 +0000 |
commit | 92723c41135cfb106d37d4343603e63dc99922ca (patch) | |
tree | 6190f189700c2e68570eefbfded247965b1bde5a /community/avr-binutils/PKGBUILD | |
parent | 35f5198d4a73e45c4e9e22d638f5bfd5b9b4bc62 (diff) |
Thu Jul 3 03:30:43 UTC 2014
Diffstat (limited to 'community/avr-binutils/PKGBUILD')
-rw-r--r-- | community/avr-binutils/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/community/avr-binutils/PKGBUILD b/community/avr-binutils/PKGBUILD index 2c9d3deca..0055c79db 100644 --- a/community/avr-binutils/PKGBUILD +++ b/community/avr-binutils/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 106897 2014-03-09 19:30:48Z schuay $ +# $Id: PKGBUILD 114588 2014-07-02 06:54:55Z schuay $ # Maintainer: schuay <jakob.gruber@gmail.com> # Contributor: Brad Fanella <bradfanella@archlinux.us> # Contributor: Corrado Primier <bardo@aur.archlinux.org> @@ -8,7 +8,7 @@ pkgname=avr-binutils pkgver=2.24 -pkgrel=1 +pkgrel=2 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/" @@ -25,6 +25,7 @@ build() { cd ${srcdir}/binutils-${pkgver} # See https://bugs.archlinux.org/task/32504 + # And https://bugs.archlinux.org/task/40986 patch -Np0 < ${srcdir}/avr-size.patch # https://bugs.archlinux.org/task/34629 @@ -76,4 +77,4 @@ package() { md5sums=('e0f71a7b2ddab0f8612336ac81d9636b' 'SKIP' - '573769ec1107d1bfed78680edd7ae63f') + '7f62e260650ceb0ff2f7cb44c3ee899c') |