[arch-commits] Commit in valgrind/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Thu Oct 22 12:14:33 UTC 2009


    Date: Thursday, October 22, 2009 @ 08:14:31
  Author: allan
Revision: 56509

upgpkg: valgrind 3.5.0-2
    add gdb makedep (FS#16769)

Modified:
  valgrind/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-22 09:07:12 UTC (rev 56508)
+++ PKGBUILD	2009-10-22 12:14:31 UTC (rev 56509)
@@ -1,14 +1,16 @@
 # $Id$
 # Maintainer: Dan McGee <dan at archlinux.org>
+# Maintainer: Allan McRae <allan at archlinux.org>
 
 pkgname=valgrind
 pkgver=3.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool to help find memory-management problems in programs"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://valgrind.org/"
 depends=('glibc>=2.10.1' 'glibc<2.11' 'perl')
+makedepends=('gdb')
 options=(!emptydirs)
 source=(http://valgrind.org/downloads/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('f03522a4687cf76c676c9494fcc0a517')




More information about the arch-commits mailing list