[arch-commits] Commit in aarch64-linux-gnu-binutils/trunk (PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Mon Sep 25 18:20:29 UTC 2017
Date: Monday, September 25, 2017 @ 18:20:28
Author: anatolik
Revision: 260574
upgpkg: aarch64-linux-gnu-binutils 2.29.1-1
Modified:
aarch64-linux-gnu-binutils/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-25 18:17:02 UTC (rev 260573)
+++ PKGBUILD 2017-09-25 18:20:28 UTC (rev 260574)
@@ -3,7 +3,7 @@
_target=aarch64-linux-gnu
pkgname=$_target-binutils
-pkgver=2.29
+pkgver=2.29.1
pkgrel=1
#_commit=2bd25930
pkgdesc='A set of programs to assemble and manipulate binary and object files for the ARM64 target'
@@ -12,9 +12,10 @@
license=(GPL)
depends=(zlib)
source=(ftp://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
-sha1sums=('4376bce1e58d591c6a5dd44fc8713f154208d735'
+sha1sums=('5156099a6c50bd330c3d4c8fc56a9bf725ccaf08'
'SKIP')
-validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93') # Tristan Gingold <gingold at adacore.com>
+validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93' # Tristan Gingold <gingold at adacore.com>
+ '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton (Chief Binutils Maintainer) <nickc at redhat.com>
prepare() {
cd binutils-$pkgver
More information about the arch-commits
mailing list