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