From d7303f16d0805fc173410a3e3d5ca3fe3cca3e0d Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 23 Dec 2016 01:14:14 +0000 Subject: [PATCH] extra/openmpi to 1.10.5-1 --- extra/openmpi/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/openmpi/PKGBUILD b/extra/openmpi/PKGBUILD index 9823fafb8..44b587015 100644 --- a/extra/openmpi/PKGBUILD +++ b/extra/openmpi/PKGBUILD @@ -6,7 +6,7 @@ # - only use valgrind with v7/v8 pkgname=openmpi -pkgver=1.10.4 +pkgver=1.10.5 pkgrel=1 pkgdesc='High performance message passing library (MPI)' arch=(i686 x86_64) @@ -19,7 +19,7 @@ makedepends_aarch64=(valgrind) optdepends=('gcc-fortran: fortran support') options=(staticlibs) source=(http://www.open-mpi.org/software/ompi/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('1676a7da6cc8cde1d46f6296f38d575249b46cd9') +sha1sums=('cd71fd477c5813dbbfe5a6b0bcb34724ae921ddb') build() { cd $pkgname-$pkgver