summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44282af27f88..c19d019a22e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
pkgbase = x86_64-apple-darwin-binutils
pkgdesc = Cross binutils for the Apple Darwin cross-compiler
- pkgver = 2.32
+ pkgver = 2.35
pkgrel = 1
url = http://www.gnu.org/software/binutils
- arch = i386
arch = x86_64
license = GPL
depends = zlib
options = !libtool
options = !emptydirs
- source = rsync://mirrors.ocf.berkeley.edu/gnu/binutils/binutils-2.32.tar.xz
- source = rsync://mirrors.ocf.berkeley.edu/gnu/binutils/binutils-2.32.tar.xz.sig
+ source = rsync://mirrors.ocf.berkeley.edu/gnu/binutils/binutils-2.35.tar.xz
+ source = rsync://mirrors.ocf.berkeley.edu/gnu/binutils/binutils-2.35.tar.xz.sig
validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
- sha512sums = SKIP
+ sha512sums = 9f222e4ab6720036402d03904fb11b73ab87714b85cd84997f7d357f405c7e10581d70202f9165a1ee0c70538632db27ecc9dfe627dddb1e6bc7edb1537cf786
sha512sums = SKIP
pkgname = x86_64-apple-darwin-binutils
diff --git a/PKGBUILD b/PKGBUILD
index b1b2aeaf128c..ed0d94c3bef6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
_targets="x86_64-apple-darwin"
pkgname="${_targets}"-binutils
-pkgver=2.32
+pkgver=2.35
pkgrel=1
pkgdesc="Cross binutils for the Apple Darwin cross-compiler"
-arch=('i386' 'x86_64')
+arch=('x86_64')
url="http://www.gnu.org/software/binutils"
license=('GPL')
#groups=
@@ -12,7 +12,8 @@ depends=('zlib')
options=('!libtool' '!emptydirs')
source=("rsync://mirrors.ocf.berkeley.edu/gnu/binutils/binutils-${pkgver}.tar.xz"{,.sig})
validpgpkeys=('3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F')
-sha512sums=('SKIP' 'SKIP')
+sha512sums=('9f222e4ab6720036402d03904fb11b73ab87714b85cd84997f7d357f405c7e10581d70202f9165a1ee0c70538632db27ecc9dfe627dddb1e6bc7edb1537cf786'
+ 'SKIP')
prepare() {
cd ${srcdir}/binutils-${pkgver}