summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Goethel2016-09-15 16:47:48 +0200
committerOliver Goethel2016-09-15 16:47:48 +0200
commit06b53462dc93dd600ceff126276f5464df8672d2 (patch)
treec073f2a6d77ed687e1b37d4b7351cd8a49b18818
parentf5e605c4b640d556c56226daba077ad4ff743837 (diff)
downloadaur-06b53462dc93dd600ceff126276f5464df8672d2.tar.gz
upgpkg: med-3.2.0-2
changed dependency for hdf5 to extra/hdf5_18
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1db66881405f..6b6060c0f518 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Jul 11 23:35:41 UTC 2016
+# Thu Sep 15 14:46:50 UTC 2016
pkgbase = med
pkgdesc = MED stands for Modelisation et Echanges de Donnees, i.e. Data Modelization and Exchanges - MED is code-aster exchange module linked to hdf5
pkgver = 3.2.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.code-aster.org/outils/med/
arch = i686
arch = x86_64
license = LGPL
makedepends = gcc-fortran
makedepends = coreutils
- depends = hdf5-1.8
+ depends = hdf5_18
depends = openmpi
depends = swig
optdepends = tk
diff --git a/PKGBUILD b/PKGBUILD
index 947f373304fd..1ba730c43ebc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,11 @@
pkgname=med
pkgver=3.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="MED stands for Modelisation et Echanges de Donnees, i.e. Data Modelization and Exchanges - MED is code-aster exchange module linked to hdf5"
url="http://www.code-aster.org/outils/med/"
license=('LGPL')
-depends=('hdf5-1.8' 'openmpi' 'swig')
+depends=('hdf5_18' 'openmpi' 'swig')
makedepends=('gcc-fortran' 'coreutils')
optdepends=('tk' 'python2')
provides=()
@@ -54,7 +54,7 @@ build() {
patch -p0 < ${srcdir}/patch-include_med.h.in
patch -p0 < ${srcdir}/patch-src_2.3.6_ci_MEDequivInfo.c
- ./configure --with-f90=mpif90 --prefix=/usr --datadir=/usr/share/med --with-swig=yes --with-hdf5=/opt/hdf5-1.8 || return 1
+ ./configure --with-f90=mpif90 --prefix=/usr --datadir=/usr/share/med --with-swig=yes || return 1
make || return 1
}