summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bf6d92dd85d..e02e9241b885 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = libnexus
pkgdesc = libnexus provides functionality for loading/saving the nexus file format for scientific data
pkgver = 4.3.1
- pkgrel = 2
+ pkgrel = 3
url = http://www.nexusformat.org/
arch = x86_64
arch = i686
license = GPL
- depends = hdf5
+ depends = hdf5-cpp-fortran
optdepends = hdf4: hdf4 file format support
source = http://download.nexusformat.org/kits/4.3.1/nexus-4.3.1.tar.gz
sha1sums = ed75a442acad8bc14745df42822286fb735ed526
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')