summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7273d356475f..6e272e7f5693 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.0.8
- pkgrel = 3
+ pkgrel = 4
url = http://www.code-aster.org/outils/med/
arch = i686
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = med
makedepends = coreutils
depends = hdf5
depends = openmpi
+ depends = swig
optdepends = tk
optdepends = python2
conflicts = med_fichier
diff --git a/PKGBUILD b/PKGBUILD
index 3f2cfde00ea4..4e9ec639fac4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,11 @@
pkgname=med
pkgver=3.0.8
-pkgrel=3
+pkgrel=4
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' 'openmpi')
+depends=('hdf5' 'openmpi' 'swig')
makedepends=('gcc-fortran' 'coreutils')
optdepends=('tk' 'python2')
provides=()