summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Schmidt2018-08-09 16:09:52 +0200
committerStefan Schmidt2018-08-09 16:09:52 +0200
commit5a305e94ad4601d359bff098ab9155619b7c4b57 (patch)
tree4636017200a3bbe20f106e043cf992646824c2af
parentec4d741a78b957e6c83986b96d95bcc09321ed1b (diff)
downloadaur-5a305e94ad4601d359bff098ab9155619b7c4b57.tar.gz
Target fix
-rw-r--r--.SRCINFO23
-rw-r--r--PKGBUILD2
2 files changed, 20 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed8094792e49..e649a3299bf3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,29 @@
pkgbase = powerpc64-linux-gnu-binutils
- pkgdesc = A set of programs to assemble and manipulate binary and object files for the powerpc64 target
- pkgver = 2.25.1
+ pkgdesc = A set of programs to assemble and manipulate binary and object files (powerpc64-linux-gnu)
+ pkgver = 2.30
pkgrel = 1
url = http://www.gnu.org/software/binutils/
arch = i686
arch = x86_64
license = GPL
+ checkdepends = dejagnu
+ checkdepends = bc
depends = glibc
- source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.25.1.tar.bz2
- sha256sums = b5b14added7d78a8d1ca70b5cb75fef57ce2197264f4f5835326b0df22ac9f22
+ depends = zlib
+ options = staticlibs
+ options = !distcc
+ options = !ccache
+ source = http://ftp.gnu.org/gnu/binutils/binutils-2.30.tar.xz
+ source = http://ftp.gnu.org/gnu/binutils/binutils-2.30.tar.xz.sig
+ source = 0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch
+ source = 0002-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch
+ source = 0003-PR22836-r-s-doesnt-work-with-g3-using-GCC-7.patch
+ validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
+ md5sums = ffc476dd46c96f932875d1b2e27e929f
+ md5sums = SKIP
+ md5sums = 469164f3c93a0e92a697537b60c9806c
+ md5sums = 0c679b37e90fb23de60a4d28329b956a
+ md5sums = 53b5682e09c0a27e9994c3efdfe01d29
pkgname = powerpc64-linux-gnu-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 8ebdd6e6708b..250b10426214 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Tavian Barnes <tavianator@tavianator.com>
# Maintainer: Stefan Schmidt <thrimbor.github@gmail.com>
-_target="powerpc-linux-gnu"
+_target="powerpc64-linux-gnu"
pkgname=${_target}-binutils
pkgver=2.30
pkgrel=1