summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1cef340dd43..86c412b7982f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-fenicsprecice
pkgdesc = FEniCS-preCICE adapter is a preCICE adapter for the open source computing platform FEniCS
pkgver = 1.3.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/precice/fenics-adapter
arch = any
license = LGPL3
diff --git a/PKGBUILD b/PKGBUILD
index 98a4b3dcebff..e88265e622e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
+# Maintainer: Gerasimos Chourdakis <chourdak at in dot tum dot de>
# Maintainer: Carlos Aznarán <caznaranl@uni.pe>
_base=fenicsprecice
pkgname=python-${_base}
pkgdesc="FEniCS-preCICE adapter is a preCICE adapter for the open source computing platform FEniCS"
pkgver=1.3.0
-pkgrel=2
+pkgrel=3
arch=(any)
url="https://github.com/precice/${_base/precice/-adapter}"
license=(LGPL3)
@@ -17,7 +18,6 @@ build() {
export OMPI_MCA_opal_warn_on_missing_libcuda=0
fi
cd ${_base/precice/-adapter}-${pkgver}
- export PYTHONHASHSEED=0
python setup.py build
}