summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-06-01 09:27:23 -0500
committerCarlos Aznarán Laos2022-06-01 09:27:23 -0500
commitdc5b1a1aeaa2063457b29ad0832e8aa73b83e1ce (patch)
tree9e53bc68a6d88fbb58e2fb63eef6c5c618c8dcf9
parentd0b397a35dac9523cce9d583e317b8791eba17e5 (diff)
downloadaur-dc5b1a1aeaa2063457b29ad0832e8aa73b83e1ce.tar.gz
preCICE 2.4.0 rebuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00770812589f..444dfbe6d5b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openfoam-com-precice
pkgdesc = preCICE adapter for OpenFOAM
pkgver = 1.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/precice/openfoam-adapter
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index ee0f20c94ce8..229916b12c8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Gerasimos Chourdakis <chourdak at in dot tum dot de>
+# Maintainer: Gerasimos Chourdakis <chourdak at in dot tum dot de>
# Maintainer: Carlos Aznarán <caznaranl@uni.pe>
_base=openfoam
pkgname=${_base}-com-precice
_gitcommit=e88aca117eb180b3f55ba07ea4d4623cd6fd621e
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="preCICE adapter for OpenFOAM"
arch=(x86_64)
url="https://github.com/precice/${_base}-adapter"
@@ -23,7 +23,7 @@ prepare() {
echo
return 1
fi
- # Enable if want see enable debug messages, see https://precice.org/adapter-openfoam-get.html
+ # Uncomment next line ff want see enable debug messages, see https://precice.org/adapter-openfoam-get.html
# sed -i 's/ADAPTER_PREP_FLAGS=""/ADAPTER_PREP_FLAGS="-DADAPTER_DEBUG_MODE"/' ${_base}-adapter/Allwmake
sed -i 's/ADAPTER_TARGET_DIR="${FOAM_USER_LIBBIN:-}"/ADAPTER_TARGET_DIR="${pkgdir}${FOAM_LIBBIN}"/' ${_base}-adapter/Allwmake
}