summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Goethel2016-01-05 17:18:45 +0100
committerOliver Goethel2016-01-05 17:18:45 +0100
commit19d6146eb9de96b82d35d81dcb1d1236c5e2c8be (patch)
tree06014b34a68abd646f62407c20731f209566ded3
parent23d491a3d9bd8b6fd12a66f1847a5b1ca50cb368 (diff)
downloadaur-19d6146eb9de96b82d35d81dcb1d1236c5e2c8be.tar.gz
bumped to 3.1.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e272e7f5693..d84787ad511b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Tue Jan 5 16:18:26 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.0.8
- pkgrel = 4
+ pkgver = 3.1.0
+ pkgrel = 1
url = http://www.code-aster.org/outils/med/
arch = i686
arch = x86_64
@@ -15,8 +17,8 @@ pkgbase = med
optdepends = python2
conflicts = med_fichier
replaces = med_fichier
- source = http://files.salome-platform.org/Salome/other/med-3.0.8.tar.gz
- md5sums = 8adb41767474d262abca1ce031d08f47
+ source = http://files.salome-platform.org/Salome/other/med-3.1.0.tar.gz
+ md5sums = a1e1eb068f20634f5ea797914241eb51
pkgname = med
diff --git a/PKGBUILD b/PKGBUILD
index 4e9ec639fac4..537012211359 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
# Modified by: Martin Ortbauer <mortbauer@gmail.com>
pkgname=med
-pkgver=3.0.8
-pkgrel=4
+pkgver=3.1.0
+pkgrel=1
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')
@@ -20,7 +20,7 @@ replaces=('med_fichier')
backup=()
arch=('i686' 'x86_64')
source=("http://files.salome-platform.org/Salome/other/${pkgname}-${pkgver}.tar.gz")
-md5sums=('8adb41767474d262abca1ce031d08f47')
+md5sums=('a1e1eb068f20634f5ea797914241eb51')
build() {
if [ "$CARCH" = "x86_64" ]; then
@@ -38,7 +38,7 @@ build() {
export PYTHON="$(which python2)"
- cd ${srcdir}/${pkgname}-${pkgver} || return 1
+ cd ${srcdir}/${pkgname}-${pkgver}_SRC || return 1
# patch H5public_extract.h.in
sed -i -e '/^#typedef/ s/#/\/\//' ./include/H5public_extract.h.in
@@ -48,7 +48,7 @@ build() {
}
package() {
- cd ${srcdir}/${pkgname}-${pkgver} || return 1
+ cd ${srcdir}/${pkgname}-${pkgver}_SRC || return 1
make DESTDIR=${pkgdir} install || return 1
# now move the testprograms to share, we don't want all the stuff in the bindir