mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/valgrind to 3.13.0-1
This commit is contained in:
parent
a5fa7001cf
commit
7268fcb037
1 changed files with 6 additions and 5 deletions
|
@ -9,18 +9,19 @@ buildarch=12
|
|||
#noautobuild=1
|
||||
|
||||
pkgname=valgrind
|
||||
pkgver=3.12.0
|
||||
pkgrel=2
|
||||
pkgver=3.13.0
|
||||
pkgrel=1
|
||||
pkgdesc='A tool to help find memory-management problems in programs'
|
||||
arch=(i686 x86_64)
|
||||
license=(GPL)
|
||||
url='http://valgrind.org/'
|
||||
depends=('glibc=2.25' 'perl')
|
||||
depends=('glibc=2.25' perl)
|
||||
makedepends=(gdb openmpi)
|
||||
optdepends=('openmpi: MPI support')
|
||||
options=(!emptydirs)
|
||||
source=(http://valgrind.org/downloads/$pkgname-$pkgver.tar.bz2)
|
||||
sha1sums=('7a6878bf998c60d1e377a4f22ebece8d9305bda4')
|
||||
source=("https://ftp.gwdg.de/pub/linux/sources.redhat.com/$pkgname/$pkgname-$pkgver.tar.bz2")
|
||||
md5sums=('817dd08f1e8a66336b9ff206400a5369')
|
||||
sha512sums=('34e1013cd3815d30a459b86220e871bb0a6209cc9e87af968f347083693779f022e986f211bdf1a5184ad7370cde12ff2cfca8099967ff94732970bd04a97009')
|
||||
|
||||
build() {
|
||||
# valgrind does not like stack protector flags
|
||||
|
|
Loading…
Reference in a new issue