diff options
author | Jonathan Kotta | 2017-02-24 16:52:36 -0600 |
---|---|---|
committer | Jonathan Kotta | 2017-02-24 16:52:36 -0600 |
commit | 7d1a1cf0189a900d69786c262ed4d96ed59b9c1d (patch) | |
tree | a403ac4ae419e607723f88c9e78301c528db6e3c /.SRCINFO | |
parent | 93cef9cae76de698685dc528fb59260ae0aabb7f (diff) | |
download | aur-avr-gcc-atmel.tar.gz |
update for toolchain 3.5.4
also, trying to follow atmel's build script more closely
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -1,6 +1,6 @@ pkgbase = avr-gcc-atmel - pkgdesc = The GNU AVR Compiler Collection - pkgver = 4.8.1 + pkgdesc = The GNU AVR Compiler Collection (from Atmel) + pkgver = 4.9.2 pkgrel = 1 url = http://www.atmel.com/tools/ATMELAVRTOOLCHAINFORLINUX.aspx arch = x86_64 @@ -9,19 +9,19 @@ pkgbase = avr-gcc-atmel license = LGPL license = FDL license = custom - depends = avr-binutils-atmel>=2.24 - depends = gcc-libs>=4.8.0 + depends = avr-binutils + depends = gcc-libs depends = libmpc optdepends = avr-libc: Standard C library for Atmel AVR development - provides = gcc-avr=4.8.1 - conflicts = gcc-avr + provides = avr-gcc=4.9.2 + conflicts = avr-gcc options = staticlibs options = !emptydirs options = !strip - source = http://distribute.atmel.no/tools/opensource/Atmel-AVR-GNU-Toolchain/3.4.4/avr-gcc-4.8.1.tar.bz2 - source = bugfix60486.patch - md5sums = e51124e20405c7598f9a01fb460f33e5 - md5sums = 01714fbab726728fae37d1ea866e1384 + source = http://distribute.atmel.no/tools/opensource/Atmel-AVR-GNU-Toolchain/3.5.4/avr-gcc.tar.bz2 + source = gperf-inlines.patch + md5sums = a10ce1c02bc9e990f3c88252f3b7bb25 + md5sums = 81bd4c68c80c796d3e2acbe4ca9bec56 pkgname = avr-gcc-atmel |