summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b1b2aeaf128c..110386eaa5b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,20 @@
_targets="x86_64-apple-darwin"
pkgname="${_targets}"-binutils
-pkgver=2.32
-pkgrel=1
+pkgver=2.39
+pkgrel=2
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=
depends=('zlib')
+makedepends=(rsync)
options=('!libtool' '!emptydirs')
source=("rsync://mirrors.ocf.berkeley.edu/gnu/binutils/binutils-${pkgver}.tar.xz"{,.sig})
validpgpkeys=('3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F')
-sha512sums=('SKIP' 'SKIP')
+sha512sums=('68e038f339a8c21faa19a57bbc447a51c817f47c2e06d740847c6e9cc3396c025d35d5369fa8c3f8b70414757c89f0e577939ddc0d70f283182504920f53b0a3'
+ 'SKIP')
prepare() {
cd ${srcdir}/binutils-${pkgver}