From 231e40d7fdb8abc9fe398da8654ee7070d265ab2 Mon Sep 17 00:00:00 2001 From: Cecil Date: Mon, 17 Sep 2012 13:17:31 -0700 Subject: gdb:Recompile against Python 2.6. Closes 850. --- abs/core/gdb/PKGBUILD | 6 +++--- abs/core/gdb/__changelog | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 abs/core/gdb/__changelog diff --git a/abs/core/gdb/PKGBUILD b/abs/core/gdb/PKGBUILD index d96cb93..10f751d 100644 --- a/abs/core/gdb/PKGBUILD +++ b/abs/core/gdb/PKGBUILD @@ -4,7 +4,7 @@ pkgname=gdb pkgver=7.2 -pkgrel=2 +pkgrel=3 pkgdesc="The GNU Debugger" arch=('i686' 'x86_64') url="http://www.gnu.org/software/gdb/" @@ -14,8 +14,7 @@ makedepends=('texinfo') backup=('etc/gdb/gdbinit') options=('!libtool') install=gdb.install -source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.bz2) -md5sums=('64260e6c56979ee750a01055f16091a5') +source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}a.tar.bz2) build() { cd ${srcdir}/${pkgname}-${pkgver} @@ -42,3 +41,4 @@ package() { rm ${pkgdir}/usr/lib/{libbfd,libiberty,libopcodes}.a rm ${pkgdir}/usr/share/info/{bfd,configure,standards}.info } +md5sums=('ae6c7c98de35dc14b6720c9c321e4d94') diff --git a/abs/core/gdb/__changelog b/abs/core/gdb/__changelog new file mode 100644 index 0000000..7541a7f --- /dev/null +++ b/abs/core/gdb/__changelog @@ -0,0 +1,2 @@ +9/17/12 -chw- +Changed source to archive as there is a new version. Needed to recompile against Python 2.6. -- cgit v0.12