diff options
Diffstat (limited to 'testing/openmpi')
-rw-r--r-- | testing/openmpi/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/openmpi/PKGBUILD b/testing/openmpi/PKGBUILD index 1ea67baaa..415e010a7 100644 --- a/testing/openmpi/PKGBUILD +++ b/testing/openmpi/PKGBUILD @@ -1,7 +1,7 @@ -# $Id: PKGBUILD 165529 2012-08-22 22:11:14Z stephane $ +# $Id: PKGBUILD 167134 2012-09-26 01:37:00Z stephane $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> pkgname=openmpi -pkgver=1.6.1 +pkgver=1.6.2 pkgrel=1 pkgdesc="High performance message passing library (MPI)" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ depends=('gcc-fortran' 'openssh' 'valgrind' 'libltdl' 'hwloc') makedepends=('inetutils') options=(!libtool) source=(http://www.open-mpi.org/software/ompi/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('1ccff71e3775c80c5a553f30104d663e1226baab') +sha1sums=('694fd3bac911cdb22f77175884d819b6fea871df') build() { cd "${srcdir}/${pkgname}-${pkgver}" |