summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten de Vries2019-06-11 18:09:29 +0200
committerMaarten de Vries2019-06-11 18:09:29 +0200
commitfff8da14d638734370cb18013947b0ebc3142483 (patch)
tree38e9d602d7d50ec1dfd35e997c82df177c5d8cdd
parentc1e55eb71545221ccbc24e994ca8f6f3e19fd68f (diff)
downloadaur-fff8da14d638734370cb18013947b0ebc3142483.tar.gz
Bump to 2.32
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 892e25f3466c..938ef41889ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = armv7l-linux-gnueabihf-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files for the ARM64 target
- pkgver = 2.29
+ pkgver = 2.32
pkgrel = 1
url = http://www.gnu.org/software/binutils/
arch = i686
arch = x86_64
license = GPL
depends = zlib
- source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.29.tar.bz2
- source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.29.tar.bz2.sig
- validpgpkeys = EAF1C276A747E9ED86210CBAC3126D3B4AE55E93
- sha1sums = 4376bce1e58d591c6a5dd44fc8713f154208d735
+ source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.32.tar.bz2
+ source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.32.tar.bz2.sig
+ validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
+ sha1sums = ee5ae264f29c0c89fbaa817ee629675acd815d26
sha1sums = SKIP
pkgname = armv7l-linux-gnueabihf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 3555ca503425..4d7bd7a18089 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_target=armv7l-linux-gnueabihf
pkgname=$_target-binutils
-pkgver=2.29
+pkgver=2.32
pkgrel=1
#_commit=2bd25930
pkgdesc='A set of programs to assemble and manipulate binary and object files for the ARM64 target'
@@ -12,9 +12,9 @@ url='http://www.gnu.org/software/binutils/'
license=(GPL)
depends=(zlib)
source=(ftp://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
-sha1sums=('4376bce1e58d591c6a5dd44fc8713f154208d735'
+sha1sums=('ee5ae264f29c0c89fbaa817ee629675acd815d26'
'SKIP')
-validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93') # Tristan Gingold <gingold@adacore.com>
+validpgpkeys=('3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F')
prepare() {
cd binutils-$pkgver
@@ -58,9 +58,6 @@ package() {
make DESTDIR="$pkgdir" install
- # Remove file conflicting with host binutils and manpages for MS Windows tools
- rm "$pkgdir"/usr/share/man/man1/$_target-{dlltool,nlmconv,windres,windmc}*
-
# Remove info documents that conflict with host version
rm -r "$pkgdir"/usr/share/info
}