summaryrefslogtreecommitdiff
path: root/extra/gdb
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-29 00:03:11 +0000
committerroot <root@rshg054.dnsready.net>2012-04-29 00:03:11 +0000
commit4412991f6b4fd655fc1f51f8d79a0be0c10158b7 (patch)
treef9c260be9a38030fe89f1d4ce1e60763c7319f5f /extra/gdb
parent00f77ef3b2b7856520daba393370f67b773c2184 (diff)
Sun Apr 29 00:03:11 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 32952b819..d9a9b139e 100644
--- a/extra/gdb/PKGBUILD
+++ b/extra/gdb/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 147258 2012-01-25 06:03:18Z allan $
+# $Id: PKGBUILD 157331 2012-04-27 05:07:31Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=gdb
-pkgver=7.4
+pkgver=7.4.1
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=('95a9a8305fed4d30a30a6dc28ff9d060'
- 'd5ac067e8dca336cf4586e4e2269d3b2')
+md5sums=('8854d34691087ec127d934692639855f'
+ 'a3d48626efc9e7d802f0734ca39a7878')
build() {
cd ${srcdir}/${pkgname}-${pkgver}