summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Goethel2017-02-28 17:45:27 +0100
committerOliver Goethel2017-02-28 17:45:27 +0100
commit5b46374e26127286d85f92ab6839dcd7427b6b11 (patch)
treeeb6387015ed39ad0f3f22d961c605aa8fded8d2b
parent4aceff57042a1cc9a40a602e3c8eacdd4e687d77 (diff)
downloadaur-5b46374e26127286d85f92ab6839dcd7427b6b11.tar.gz
upgpkg: med-3.2.0-5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 373c94cdc85e..cdabf4892f77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
# Generated by mksrcinfo v8
-# Thu Oct 20 15:47:13 UTC 2016
+# Tue Feb 28 16:44:28 UTC 2017
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 = 4
+ pkgrel = 5
url = http://www.code-aster.org/outils/med/
arch = i686
arch = x86_64
license = LGPL
makedepends = gcc-fortran
makedepends = coreutils
- depends = hdf5-cpp-fortran
+ makedepends = python2
+ depends = hdf5
depends = openmpi
depends = swig
optdepends = tk
- optdepends = python2
conflicts = med_fichier
replaces = med_fichier
source = http://files.salome-platform.org/Salome/other/med-3.2.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 3f69df668fe3..4af23cbc8094 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,13 @@
pkgname=med
pkgver=3.2.0
-pkgrel=4
+pkgrel=5
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-cpp-fortran' 'openmpi' 'swig')
-makedepends=('gcc-fortran' 'coreutils')
-optdepends=('tk' 'python2')
+depends=('hdf5' 'openmpi' 'swig')
+makedepends=('gcc-fortran' 'coreutils' 'python2')
+optdepends=('tk')
provides=()
conflicts=('med_fichier')
replaces=('med_fichier')