summaryrefslogtreecommitdiff
path: root/extra/gdb
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-08-20 00:02:06 +0000
committerroot <root@rshg054.dnsready.net>2012-08-20 00:02:06 +0000
commit524da814660fa35bca4a24d0faa0a10b7eab5c6f (patch)
tree1bcbd03b3e06e28d9fa0d461e72d4964830e9c05 /extra/gdb
parent07455ea1de16867b168628e8a9f7f5bffc169a5f (diff)
Mon Aug 20 00:02:06 UTC 2012
Diffstat (limited to 'extra/gdb')
-rw-r--r--extra/gdb/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/gdb/PKGBUILD b/extra/gdb/PKGBUILD
index d9a9b139e..034a01a0e 100644
--- a/extra/gdb/PKGBUILD
+++ b/extra/gdb/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 157331 2012-04-27 05:07:31Z allan $
+# $Id: PKGBUILD 165406 2012-08-18 05:25:03Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=gdb
-pkgver=7.4.1
+pkgver=7.5
pkgrel=1
pkgdesc="The GNU Debugger"
arch=('i686' 'x86_64')
@@ -15,8 +15,8 @@ backup=('etc/gdb/gdbinit')
options=('!libtool')
install=gdb.install
source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('8854d34691087ec127d934692639855f'
- 'a3d48626efc9e7d802f0734ca39a7878')
+md5sums=('24a6779a9fe0260667710de1b082ef61'
+ 'c1d42158075135b539ecba166987bc15')
build() {
cd ${srcdir}/${pkgname}-${pkgver}