summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--abs/core/gdb/PKGBUILD6
-rw-r--r--abs/core/gdb/__changelog2
2 files changed, 5 insertions, 3 deletions
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.