summaryrefslogtreecommitdiff
path: root/community/avr-gcc/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/avr-gcc/PKGBUILD')
-rw-r--r--community/avr-gcc/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/avr-gcc/PKGBUILD b/community/avr-gcc/PKGBUILD
index 2fd4063ad..9d2466d9a 100644
--- a/community/avr-gcc/PKGBUILD
+++ b/community/avr-gcc/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 98734 2013-10-17 12:52:09Z schuay $
+# $Id: PKGBUILD 99692 2013-10-30 23:03:34Z allan $
# Maintainer: schuay <jakob.gruber@gmail.com>
# Contributor: Brad Fanella <bradfanella@archlinux.us>
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
@@ -18,7 +18,7 @@ depends=('avr-binutils>=2.23' '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=('!libtool' '!emptydirs' '!strip')
+options=('!emptydirs' '!strip')
source=(http://ftp.gnu.org/gnu/gcc/${_pkgname}-${pkgver}/gcc-${pkgver}.tar.bz2)
_basedir=${_pkgname}-${pkgver}