summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOliver Goethel2015-11-05 10:45:18 +0100
committerOliver Goethel2015-11-05 10:45:18 +0100
commit23d491a3d9bd8b6fd12a66f1847a5b1ca50cb368 (patch)
tree2599095affc2f5522c46a08e1f9c741c4064c85f /PKGBUILD
parentf35f416056eb7636aa0e744cf394e04ef1403fd8 (diff)
downloadaur-23d491a3d9bd8b6fd12a66f1847a5b1ca50cb368.tar.gz
added swig as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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=()