summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGreyson Christoforo2020-12-25 13:43:26 +0000
committerGreyson Christoforo2020-12-25 13:43:26 +0000
commitd2be4106486533a0f2da67de979e2840f203b5ac (patch)
tree6132de4dc3462d4368efcfb5b5920e94bbc0cddf /PKGBUILD
parentf5adab847c7c43378374774ca624702d1725db3d (diff)
downloadaur-hdf5-java.tar.gz
add inetutils and switch dep to jdk
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 12 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 472c83e252fa..b0e23718f785 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,18 @@ pkgdesc="General purpose library and file format for storing scientific data , w
arch=(x86_64)
url="https://www.hdfgroup.org/hdf5"
license=(custom)
-depends=(zlib libaec bash)
-makedepends=(cmake time gcc-fortran jre-openjdk)
+depends=(
+zlib
+libaec
+bash
+)
+makedepends=(
+cmake
+time
+gcc-fortran
+jdk-openjdk
+inetutils
+)
replaces=(hdf5-cpp-fortran)
provides=(hdf5-cpp-fortran hdf5)
conflicts=(hdf5)