summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreolianoe2016-09-20 18:39:53 +0200
committereolianoe2016-09-20 18:39:53 +0200
commit6967cd1fc4a723f752dba653ba6f7b1e82076f5c (patch)
treefc46540e0fddcc1761f34836c53d185f8e683994
parentceaae3bff13f0366b38b3c57bec0ae6dcd888f95 (diff)
downloadaur-6967cd1fc4a723f752dba653ba6f7b1e82076f5c.tar.gz
hdf5-cpp-fortran is needed
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12540aecfb49..2dbca63dacc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed May 4 08:30:13 UTC 2016
+# Tue Sep 20 16:35:51 UTC 2016
pkgbase = cgns
pkgdesc = Standard for recording and recovering computer data associated with the numerical solution of fluid dynamics equations
pkgver = 3.3.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.cgns.org
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = cgns
makedepends = gcc-fortran
makedepends = cmake
depends = tk
- depends = hdf5
+ depends = hdf5-cpp-fortran
depends = libxmu
depends = glu
provides = libcgns
diff --git a/PKGBUILD b/PKGBUILD
index e83fee918fc9..839730bce10e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@
pkgname=cgns
_PKGNAME=CGNS
pkgver=3.3.0
-pkgrel=1
+pkgrel=2
pkgdesc='Standard for recording and recovering computer data associated with the numerical solution of fluid dynamics equations'
arch=('i686' 'x86_64')
url='http://www.cgns.org'
license=('custom')
provides=('libcgns' 'libcgns-paraview')
conflicts=('ligcgns2')
-depends=('tk' 'hdf5' 'libxmu' 'glu')
+depends=('tk' 'hdf5-cpp-fortran' 'libxmu' 'glu')
makedepends=('gcc-fortran' 'cmake')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${_PKGNAME}/${_PKGNAME}/archive/v${pkgver}.tar.gz)
sha256sums=('8422c67994f8dc6a2f201523a14f6c7d7e16313bdd404c460c16079dbeafc662')