extra/valgrind to 3.8.1-1

This commit is contained in:
Kevin Mihelich 2012-09-20 16:48:43 +00:00
parent d7736c5453
commit 0a7f947992

View file

@ -6,7 +6,7 @@
# - patch to fix building on armv5
pkgname=valgrind
pkgver=3.8.0
pkgver=3.8.1
pkgrel=1
pkgdesc="A tool to help find memory-management problems in programs"
arch=('i686' 'x86_64')
@ -17,7 +17,7 @@ makedepends=('gdb')
options=('!emptydirs')
source=(http://valgrind.org/downloads/${pkgname}-${pkgver}.tar.bz2
alarm.patch)
md5sums=('ec04dfd1256307432b2a7b520398c526'
md5sums=('288758010b271119a0ffc0183f1d6e38'
'aba5261d8ef25ab9bbad44631172da02')
build() {