From 121ee20158ca9869daadf9a2993b431af9661cb6 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Tue, 11 Feb 2014 03:21:28 +0000 Subject: Tue Feb 11 03:19:20 UTC 2014 --- extra/gdb/PKGBUILD | 7 +++---- extra/gdb/gdb.install | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'extra/gdb') diff --git a/extra/gdb/PKGBUILD b/extra/gdb/PKGBUILD index d5b39d648..0a921518b 100644 --- a/extra/gdb/PKGBUILD +++ b/extra/gdb/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 201560 2013-12-15 06:41:56Z allan $ +# $Id: PKGBUILD 205618 2014-02-10 03:08:15Z allan $ # Maintainer: Allan McRae # Contributor: Jan de Groot pkgname=gdb -pkgver=7.6.2 +pkgver=7.7 pkgrel=1 pkgdesc="The GNU Debugger" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ makedepends=('texinfo') backup=('etc/gdb/gdbinit') install=gdb.install source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.bz2{,.sig}) -md5sums=('496399e96654fc0f899a5c964bc1f0f8' +md5sums=('271a18f41858a7e98b28ae4eb91287c9' 'SKIP') prepare() { @@ -44,6 +44,5 @@ package() { # resolve conflicts with binutils rm ${pkgdir}/usr/include/{ansidecl,bfd,bfdlink,dis-asm,symcat}.h - rm ${pkgdir}/usr/lib/{libbfd,libiberty,libopcodes}.a rm ${pkgdir}/usr/share/info/{bfd,configure,standards}.info } diff --git a/extra/gdb/gdb.install b/extra/gdb/gdb.install index e260d0225..34b9384bd 100644 --- a/extra/gdb/gdb.install +++ b/extra/gdb/gdb.install @@ -1,5 +1,5 @@ infodir=usr/share/info -filelist=(annotate.info gdb.info{,-{1,2,3,4,5,6,7}} gdbint.info{,-{1,2}} stabs.info) +filelist=(annotate.info gdb.info{,-{1,2,3,4,5,6}} stabs.info) post_install() { [[ -x usr/bin/install-info ]] || return 0 -- cgit v1.2.3-54-g00ecf