summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2012-09-17 20:17:31 (GMT)
committerCecil <knoppmyth@gmail.com>2012-09-17 20:17:31 (GMT)
commit231e40d7fdb8abc9fe398da8654ee7070d265ab2 (patch)
tree9c169261607be120255be70c2a772d577edb16f6
parent2fc10a5c1424f25c1bec90c60b5754550ff5cce7 (diff)
downloadlinhes_pkgbuild-231e40d7fdb8abc9fe398da8654ee7070d265ab2.zip
linhes_pkgbuild-231e40d7fdb8abc9fe398da8654ee7070d265ab2.tar.gz
linhes_pkgbuild-231e40d7fdb8abc9fe398da8654ee7070d265ab2.tar.bz2
gdb:Recompile against Python 2.6. Closes 850.
-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.