summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Lau2019-01-11 18:07:28 +0100
committerSebastian Lau2019-01-11 18:07:28 +0100
commit4aa83d92f806a6e2b043e5ebda4cdcf082e3999c (patch)
treeaeb6aaa2274495169fa0b6cb644a9706175720f0
parenteb845be83282049531257a0333a2f7199075fb40 (diff)
downloadaur-4aa83d92f806a6e2b043e5ebda4cdcf082e3999c.tar.gz
UPD to next version
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cedeb7fa490..39b6d9db2c06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = avr-binutils-atmel
pkgdesc = A set of programs to assemble and manipulate binary and object files for the AVR architecture (from Atmel)
pkgver = 2.26
- pkgrel = 1
+ pkgrel = 2
url = http://www.atmel.com/tools/ATMELAVRTOOLCHAINFORLINUX.aspx
arch = x86_64
- arch = i686
license = GPL
depends = glibc>=2.17
depends = zlib
@@ -13,7 +12,7 @@ pkgbase = avr-binutils-atmel
options = staticlibs
options = !distcc
options = !ccache
- source = http://distribute.atmel.no/tools/opensource/Atmel-AVR-GNU-Toolchain/3.5.4/avr-binutils.tar.bz2
+ source = http://distribute.atmel.no/tools/opensource/Atmel-AVR-GNU-Toolchain/3.6.1/avr-binutils.tar.bz2
md5sums = 2929edd12f24c774f90cb109fc45630b
pkgname = avr-binutils-atmel
diff --git a/PKGBUILD b/PKGBUILD
index 6866907945ee..98cbf42dc1d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Jonathan Kotta <jpkotta@gmail.com>
+# Maintainer: Sebastian Lau <lauseb644@gmail.com>
+# Contributor: Jonathan Kotta <jpkotta@gmail.com>
# Contributor: Andras Biro <bbandi86@gmail.com>
# Contributor: Alex Forencich <alex at alexforencich dot com>
# Contributor: schuay <jakob.gruber@gmail.com>
@@ -8,11 +9,11 @@
pkgname=avr-binutils-atmel
pkgver=2.26
-_atmelver=3.5.4
-pkgrel=1
+_atmelver=3.6.1
+pkgrel=2
pkgdesc="A set of programs to assemble and manipulate binary and object files for the AVR architecture (from Atmel)"
url="http://www.atmel.com/tools/ATMELAVRTOOLCHAINFORLINUX.aspx"
-arch=('x86_64' 'i686')
+arch=('x86_64')
license=('GPL')
depends=('glibc>=2.17' 'zlib')
provides=('avr-binutils')