From 73cd7952c96190212616ca90d5afe1ce5cb2c9ce Mon Sep 17 00:00:00 2001 From: root Date: Fri, 16 Nov 2012 01:35:29 -0800 Subject: Fri Nov 16 01:34:04 PST 2012 --- core/binutils/PKGBUILD | 13 ++++++++----- core/binutils/binutils.install | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) (limited to 'core/binutils') diff --git a/core/binutils/PKGBUILD b/core/binutils/PKGBUILD index 15e6d444d..a4d28398e 100644 --- a/core/binutils/PKGBUILD +++ b/core/binutils/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 169770 2012-10-28 11:11:44Z allan $ +# $Id: PKGBUILD 171025 2012-11-15 12:26:41Z allan $ # Maintainer: Allan McRae # toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc pkgname=binutils -pkgver=2.23 +pkgver=2.23.1 pkgrel=1 pkgdesc="A set of programs to assemble and manipulate binary and object files" arch=('i686' 'x86_64') @@ -15,9 +15,9 @@ depends=('glibc>=2.16' 'zlib') checkdepends=('dejagnu' 'bc') options=('!libtool' '!distcc' '!ccache') install=binutils.install -source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.gz{,.sig}) -md5sums=('ed58f50d8920c3f1d9cb110d5c972c27' - '5293d43d444852f71f7c96c6295ba66d') +source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}) +md5sums=('33adb18c3048d057ac58d07a3f1adb38' + '1869b37216e7d7eff7e335a69e0882fd') build() { cd ${srcdir} @@ -76,6 +76,9 @@ package() { # Remove Windows/Novell specific man pages rm ${pkgdir}/usr/share/man/man1/{dlltool,nlmconv,windres,windmc}* + # why are these distributed with binutils? + rm ${pkgdir}/usr/share/info/{configure,standards}.info + # Remove these symlinks, they are not ABI stable. # Programs should compile static to the .a file. rm ${pkgdir}/usr/lib/lib{bfd,opcodes}.so diff --git a/core/binutils/binutils.install b/core/binutils/binutils.install index 8bf9f3a47..9de0533ee 100644 --- a/core/binutils/binutils.install +++ b/core/binutils/binutils.install @@ -1,5 +1,5 @@ infodir=usr/share/info -filelist=(as.info bfd.info binutils.info configure.info gprof.info ld.info standards.info) +filelist=(as.info bfd.info binutils.info gprof.info ld.info) post_upgrade() { [ -x usr/bin/install-info ] || return 0 -- cgit v1.2.3-54-g00ecf