diff options
Diffstat (limited to 'extra/hdf5-openmpi/PKGBUILD')
-rw-r--r-- | extra/hdf5-openmpi/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extra/hdf5-openmpi/PKGBUILD b/extra/hdf5-openmpi/PKGBUILD index 218b45fcf..eab5d5b9d 100644 --- a/extra/hdf5-openmpi/PKGBUILD +++ b/extra/hdf5-openmpi/PKGBUILD @@ -8,7 +8,7 @@ pkgname=hdf5-openmpi _pkgname=hdf5 -pkgver=1.8.10_patch1 +pkgver=1.8.11 pkgrel=1 arch=('i686' 'x86_64' 'mips64el') pkgdesc="General purpose library and file format for storing scientific data (OpenMPI version)" @@ -20,8 +20,7 @@ provides=('hdf5') conflicts=('hdf5') source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${_pkgname}-${pkgver/_/-}.tar.bz2 mpi.patch) -options=('!libtool') -sha1sums=('458cb91496e313debd55d52a7f89459a5469cceb' +sha1sums=('87ded0894b104cf23a4b965f4ac0a567f8612e5e' '658d4a3e537c9c76da3200effa8f95b656a21936') build() { |