summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartino Pilia2018-03-22 08:47:39 +0100
committerMartino Pilia2018-03-22 08:47:39 +0100
commitb454385eda854c56bf5787c5024b00aca18683e0 (patch)
tree2934303c195d561ff73c2e119176559a0f8f2aff /PKGBUILD
parent14314f4d806aceb3bbb6caf6e5aa02adb8868ee0 (diff)
downloadaur-b454385eda854c56bf5787c5024b00aca18683e0.tar.gz
do not strip symbols from binary package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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')