mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/valgrind to 3.10.1-1
This commit is contained in:
parent
43e186f7e8
commit
33d7383b08
1 changed files with 2 additions and 3 deletions
|
@ -5,11 +5,10 @@
|
|||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - hold for toolchain update, only build for v7
|
||||
|
||||
noautobuild=1
|
||||
buildarch=4
|
||||
|
||||
pkgname=valgrind
|
||||
pkgver=3.10.0
|
||||
pkgver=3.10.1
|
||||
pkgrel=1
|
||||
pkgdesc='A tool to help find memory-management problems in programs'
|
||||
arch=(i686 x86_64)
|
||||
|
@ -21,7 +20,7 @@ optdepends=('openmpi: MPI support')
|
|||
options=('staticlibs' '!emptydirs')
|
||||
source=(http://valgrind.org/downloads/$pkgname-$pkgver.tar.bz2
|
||||
valgrind-3.9.0-glibc-2.20.patch)
|
||||
sha1sums=('aec0b8cd042ec36c8cce4f6027b98627ab202f26'
|
||||
sha1sums=('15518427de842547ffa84eff8b2b67f3b16581a8'
|
||||
'2080c3d44de20857f18b03a93404a8f3d3721f7e')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue