[arch-commits] Commit in gdb/trunk (PKGBUILD gdb.install)

Allan McRae allan at nymeria.archlinux.org
Thu Feb 6 13:09:40 UTC 2014


    Date: Thursday, February 6, 2014 @ 14:09:39
  Author: allan
Revision: 205507

upgpkg: gdb 7.7-1

upstream update

Modified:
  gdb/trunk/PKGBUILD
  gdb/trunk/gdb.install

-------------+
 PKGBUILD    |    5 ++---
 gdb.install |    2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-06 10:55:43 UTC (rev 205506)
+++ PKGBUILD	2014-02-06 13:09:39 UTC (rev 205507)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot <jgc at 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 @@
 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 @@
 
   # 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
 }

Modified: gdb.install
===================================================================
--- gdb.install	2014-02-06 10:55:43 UTC (rev 205506)
+++ gdb.install	2014-02-06 13:09:39 UTC (rev 205507)
@@ -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




More information about the arch-commits mailing list