mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/valgrind to 3.8.1-1
This commit is contained in:
parent
d7736c5453
commit
0a7f947992
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue