summaryrefslogtreecommitdiff
path: root/community/avr-gcc
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-10 03:51:37 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-10 03:51:37 +0000
commitb7ad9e746ae50cb940e3ea21772049f46f7b2c0f (patch)
tree03e7305d9536250d432a52cf8bf43cf5becd8228 /community/avr-gcc
parent960a69922ae947c02b2502d7f7624a458d50cb8f (diff)
Mon Mar 10 03:48:16 UTC 2014
Diffstat (limited to 'community/avr-gcc')
-rw-r--r--community/avr-gcc/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/avr-gcc/PKGBUILD b/community/avr-gcc/PKGBUILD
index 9d2466d9a..2b7506842 100644
--- a/community/avr-gcc/PKGBUILD
+++ b/community/avr-gcc/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 99692 2013-10-30 23:03:34Z allan $
+# $Id: PKGBUILD 106899 2014-03-09 19:31:00Z schuay $
# Maintainer: schuay <jakob.gruber@gmail.com>
# Contributor: Brad Fanella <bradfanella@archlinux.us>
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
@@ -9,16 +9,16 @@
pkgname=avr-gcc
_pkgname=gcc
pkgver=4.8.2
-pkgrel=1
+pkgrel=2
pkgdesc="The GNU AVR Compiler Collection"
arch=('i686' 'x86_64')
license=('GPL' 'LGPL' 'FDL' 'custom')
url="http://gcc.gnu.org/"
-depends=('avr-binutils>=2.23' 'cloog' 'ppl' 'gcc-libs>=4.8.0' 'libmpc')
+depends=('avr-binutils>=2.24' 'cloog' 'ppl' 'gcc-libs>=4.8.0' 'libmpc')
optdepends=('avr-libc: Standard C library for Atmel AVR development')
provides=("gcc-avr=$pkgver")
replaces=('gcc-avr')
-options=('!emptydirs' '!strip')
+options=('staticlibs' '!emptydirs' '!strip')
source=(http://ftp.gnu.org/gnu/gcc/${_pkgname}-${pkgver}/gcc-${pkgver}.tar.bz2)
_basedir=${_pkgname}-${pkgver}