summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48ee5979ed32..5a5bf4121eaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hdf5-mpich
pkgdesc = General purpose library and file format for storing scientific data (mpich version) (full version including its Java Native Interfaces)
pkgver = 1.10.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.hdfgroup.org/HDF5/
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 379b12140d14..c6cd13558494 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ _pkgname=hdf5
_mpi=mpich
pkgname=${_pkgname}-${_mpi}
pkgver=1.10.2
-pkgrel=1
+pkgrel=2
pkgdesc="General purpose library and file format for storing scientific data (${_mpi} version) (full version including its Java Native Interfaces)"
arch=('x86_64')
url="https://www.hdfgroup.org/HDF5/"
@@ -44,6 +44,7 @@ build() {
FC="/opt/mpich/bin/mpif90" \
F9X="/opt/mpich/bin/mpif90" \
RUNPARALLEL="/opt/mpich/bin/mpirun" \
+ JAVADOC='javadoc -Xdoclint:none' \
--prefix=/usr \
--disable-static \
--disable-sharedlib-rpath \