summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2017-06-25 08:44:37 +0200
committerMichel Zou2017-06-25 08:44:37 +0200
commit5b7a48d12857b071a5437cede50437b18cee6c40 (patch)
treeca8c16c4dabce4764450a62db23d44535b525fc5
parent2f2bf7bcf0290d04837f5b1eec7b8839186afb1e (diff)
downloadaur-5b7a48d12857b071a5437cede50437b18cee6c40.tar.gz
hdf5
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fdbd8db885c..74c6843cc0e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jun 11 19:08:18 UTC 2017
+# Sun Jun 25 06:44:37 UTC 2017
pkgbase = mingw-w64-cgns
pkgdesc = Standard for recording and recovering computer data associated with the numerical solution of fluid dynamics equations (mingw-w64)
pkgver = 3.3.0
@@ -9,6 +9,7 @@ pkgbase = mingw-w64-cgns
license = custom
makedepends = mingw-w64-cmake
depends = mingw-w64-crt
+ depends = mingw-w64-hdf5
options = !buildflags
options = !strip
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index e43b37fe3cc7..259cd71281e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='Standard for recording and recovering computer data associated with the
arch=('any')
url='http://www.cgns.org'
license=('custom')
-depends=('mingw-w64-crt')
+depends=('mingw-w64-crt' 'mingw-w64-hdf5')
makedepends=('mingw-w64-cmake')
options=('!buildflags' '!strip' 'staticlibs')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${_PKGNAME}/${_PKGNAME}/archive/v${pkgver}.tar.gz)