diff options
Diffstat (limited to 'community/arm-none-eabi-gcc/PKGBUILD')
-rw-r--r-- | community/arm-none-eabi-gcc/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/arm-none-eabi-gcc/PKGBUILD b/community/arm-none-eabi-gcc/PKGBUILD index bd19b84f0..ebb25cad4 100644 --- a/community/arm-none-eabi-gcc/PKGBUILD +++ b/community/arm-none-eabi-gcc/PKGBUILD @@ -3,9 +3,9 @@ _target=arm-none-eabi pkgname=$_target-gcc -pkgver=4.9.0 -pkgrel=3 -_snapshot=4.9-20140604 +pkgver=4.9.1 +pkgrel=1 +#_snapshot=4.9-20140604 _newlibver=2.1.0 pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI (bare-metal) target' arch=(i686 x86_64) @@ -15,13 +15,13 @@ depends=($_target-binutils cloog libmpc zlib) makedepends=(gmp mpfr) #checkdepends=(dejagnu) options=(!emptydirs !strip staticlibs) -source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2 - ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.bz2 +source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2 + #ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.bz2 ftp://sourceware.org/pub/newlib/newlib-$_newlibver.tar.gz gcc-multilib.patch gcc-no-exceptions.patch libgloss-configure-fix.patch) -sha256sums=('321f35fbe73023ca805824db90b0df49bfcbb5ee13c29c3cc3ea6ae8fb04b9da' +sha256sums=('d334781a124ada6f38e63b545e2a3b8c2183049515a1abab6d513f109f1d717e' '3e4d5ab9f0508942b6231b8ade4f8e5048cf92c96ed574c2bd6bd3320a599a48' '998d1face674cc8d1af5bf28ded15caaaa18936a28f278123448f29555a07775' '7f59b28475aa2018a7edfb81ea81444a6eb098fd3847d8e605809ae6fbeabde5' |