summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a106bf4e8a7..e4a37d3d57f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = salome-meca-bin
pkgdesc = Integration of the Code_Aster solver in the Salome platform
pkgver = 2017.0.2
- pkgrel = 3
+ pkgrel = 4
url = https://www.code-aster.org/spip.php?article303
arch = x86_64
license = LGPL
depends = openblas
provides = salome-meca
+ options = !strip
source = https://www.code-aster.org/FICHIERS/Salome-Meca-2017.0.2-LGPL-1.tgz
md5sums = e65b4da01a8200492b94a278db621029
diff --git a/PKGBUILD b/PKGBUILD
index 71306819711a..40e218e1f4a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer of this PKBGUILD file: Martino Pilia <martino.pilia@gmail.com>
pkgname=salome-meca-bin
pkgver=2017.0.2
-pkgrel=3
+pkgrel=4
pkgdesc='Integration of the Code_Aster solver in the Salome platform'
arch=('x86_64')
url='https://www.code-aster.org/spip.php?article303'
@@ -9,6 +9,7 @@ license=('LGPL')
depends=('openblas')
makedepends=()
optdepends=()
+options=('!strip')
provides=('salome-meca')
source=("https://www.code-aster.org/FICHIERS/Salome-Meca-${pkgver}-LGPL-1.tgz")
md5sums=('e65b4da01a8200492b94a278db621029')