Date: Friday, July 29, 2011 @ 21:37:16 Author: allan Revision: 133610
upgpkg: gdb 7.3-1 upstream update Modified: gdb/trunk/PKGBUILD gdb/trunk/gdb.install -------------+ PKGBUILD | 11 ++++------- gdb.install | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-07-29 22:28:52 UTC (rev 133609) +++ PKGBUILD 2011-07-30 01:37:16 UTC (rev 133610) @@ -1,10 +1,10 @@ # $Id$ # Maintainer: Allan McRae <[email protected]> -# Maintainer: Jan de Groot <[email protected]> +# Contributor: Jan de Groot <[email protected]> pkgname=gdb -pkgver=7.2 -pkgrel=2 +pkgver=7.3 +pkgrel=1 pkgdesc="The GNU Debugger" arch=('i686' 'x86_64') url="http://www.gnu.org/software/gdb/" @@ -15,7 +15,7 @@ options=('!libtool') install=gdb.install source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.bz2) -md5sums=('64260e6c56979ee750a01055f16091a5') +md5sums=('485022b8df7ba2221f217e128f479fe7') build() { cd ${srcdir}/${pkgname}-${pkgver} @@ -24,9 +24,6 @@ --with-system-readline \ --with-system-gdbinit=/etc/gdb/gdbinit make - - # requires dejagnu - #make check } package() { Modified: gdb.install =================================================================== --- gdb.install 2011-07-29 22:28:52 UTC (rev 133609) +++ gdb.install 2011-07-30 01:37:16 UTC (rev 133610) @@ -1,4 +1,4 @@ -infodir=/usr/share/info +infodir=usr/share/info filelist=(annotate.info gdb.info gdb.info-1 gdb.info-2 gdb.info-3 gdb.info-4 gdbint.info gdbint.info-1 gdbint.info-2 stabs.info) post_install() {
