summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreolianoe2017-02-28 16:14:53 +0100
committereolianoe2017-02-28 16:14:53 +0100
commit4e1889eea5080c0d4231663a1068f9ae76369eb2 (patch)
tree7c135f5c0ab7450ae4c5b9b89428b65823507170
parent2ec4a5180ef0f3103d55d9a379c9bde44ab2e10c (diff)
downloadaur-4e1889eea5080c0d4231663a1068f9ae76369eb2.tar.gz
only depends on hdf5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa0f23ba0c50..cfd262f8d2ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Nov 24 16:33:40 UTC 2016
+# Tue Feb 28 15:14:43 UTC 2017
pkgbase = cgns
pkgdesc = Standard for recording and recovering computer data associated with the numerical solution of fluid dynamics equations
pkgver = 3.3.0
- pkgrel = 2
+ pkgrel = 3
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-cpp-fortran
+ depends = hdf5
depends = libxmu
depends = glu
source = cgns-3.3.0.tar.gz::https://github.com/CGNS/CGNS/archive/v3.3.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 5085394a5b8e..25e9f24e7152 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,12 @@
pkgname=cgns
_PKGNAME=CGNS
pkgver=3.3.0
-pkgrel=2
+pkgrel=3
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')
-depends=('tk' 'hdf5-cpp-fortran' 'libxmu' 'glu')
+depends=('tk' 'hdf5' 'libxmu' 'glu')
makedepends=('gcc-fortran' 'cmake')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${_PKGNAME}/${_PKGNAME}/archive/v${pkgver}.tar.gz)
sha256sums=('8422c67994f8dc6a2f201523a14f6c7d7e16313bdd404c460c16079dbeafc662')