summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Goethel2015-11-05 10:45:18 +0100
committerOliver Goethel2015-11-05 10:45:18 +0100
commit23d491a3d9bd8b6fd12a66f1847a5b1ca50cb368 (patch)
tree2599095affc2f5522c46a08e1f9c741c4064c85f
parentf35f416056eb7636aa0e744cf394e04ef1403fd8 (diff)
downloadaur-23d491a3d9bd8b6fd12a66f1847a5b1ca50cb368.tar.gz
added swig as dependency
-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=()