summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHarry Jeffery2015-11-02 21:57:15 +0000
committerHarry Jeffery2015-11-02 21:57:15 +0000
commit1e54a658ce937006a7f5fcb9e9e2f0d362c1e98f (patch)
tree52fdf375cae67b3996fa56c046857fc6c2043756 /PKGBUILD
parent8519e77785bd8670a31554c3e24f10a6f0b9fb7b (diff)
downloadaur-1e54a658ce937006a7f5fcb9e9e2f0d362c1e98f.tar.gz
Use hdf5-cpp-fortran as a depdendency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e561dee8ca40..fa7c7251d6a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=libnexus
pkgver=4.3.1
-pkgrel=2
+pkgrel=3
pkgdesc="libnexus provides functionality for loading/saving the nexus file format for scientific data"
url="http://www.nexusformat.org/"
arch=('x86_64' 'i686')
license=('GPL')
-depends=('hdf5')
+depends=('hdf5-cpp-fortran')
optdepends=('hdf4: hdf4 file format support')
source=("http://download.nexusformat.org/kits/${pkgver}/nexus-${pkgver}.tar.gz")
sha1sums=('ed75a442acad8bc14745df42822286fb735ed526')