summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
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
}