[arch-commits] Commit in avr-binutils/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Mon Sep 25 18:40:16 UTC 2017


    Date: Monday, September 25, 2017 @ 18:40:15
  Author: anatolik
Revision: 260578

upgpkg: avr-binutils 2.29.1-1

Modified:
  avr-binutils/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-25 18:21:14 UTC (rev 260577)
+++ PKGBUILD	2017-09-25 18:40:15 UTC (rev 260578)
@@ -7,7 +7,7 @@
 # Build order: avr-binutils -> avr-gcc -> avr-libc
 
 pkgname=avr-binutils
-pkgver=2.29
+pkgver=2.29.1
 pkgrel=1
 pkgdesc="A set of programs to assemble and manipulate binary and object files for the AVR architecture"
 arch=('i686' 'x86_64')
@@ -17,10 +17,11 @@
 options=('!distcc' '!ccache')
 source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
         avr-size.patch)
-sha1sums=('4376bce1e58d591c6a5dd44fc8713f154208d735'
+sha1sums=('5156099a6c50bd330c3d4c8fc56a9bf725ccaf08'
           'SKIP'
           'b6d1ff7084b1f0a3fd2dee5383019ffb202e6c9a')
-validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')  # Tristan Gingold
+validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold <gingold at adacore.com>
+              '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton (Chief Binutils Maintainer) <nickc at redhat.com>
 
 _builddir=binutils-build
 



More information about the arch-commits mailing list