summaryrefslogtreecommitdiff
path: root/extra/gdb
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-11 03:21:28 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-11 03:21:28 +0000
commit121ee20158ca9869daadf9a2993b431af9661cb6 (patch)
tree3b8f82250a4d0f25ef33e3ea3300c24a74c262dd /extra/gdb
parentffe0bbfd85b1341f3b15f809ea92f330d2f7cea3 (diff)
Tue Feb 11 03:19:20 UTC 2014
Diffstat (limited to 'extra/gdb')
-rw-r--r--extra/gdb/PKGBUILD7
-rw-r--r--extra/gdb/gdb.install2
2 files changed, 4 insertions, 5 deletions
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 <allan@archlinux.org>
# Contributor: Jan de Groot <jgc@archlinux.org>
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