summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 332d49df7ab5..c04ed21d803a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chronoengine
pkgdesc = An Open Source Multi-physics Simulation Engine
- pkgver = 4.0.0
+ pkgver = 5.0.1
pkgrel = 1
url = https://projectchrono.org/
arch = i686
@@ -38,7 +38,7 @@ pkgbase = chronoengine
optdepends = nvidia-utils: CUDA support in PARALLEL module
optdepends = opencascade: add 3D CAD file support (STEP format)
optdepends = intel-mkl: This library is currently used in Chrono for its parallel direct solver (Pardiso)
- source = chronoengine::git+https://github.com/projectchrono/chrono.git#tag=4.0.0
+ source = chronoengine::git+https://github.com/projectchrono/chrono.git#tag=5.0.1
source = git+https://github.com/google/benchmark.git
source = git+https://github.com/google/googletest.git
source = chronoengine.sh
diff --git a/PKGBUILD b/PKGBUILD
index 2c9213f4480c..b564aad38e9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# MUMPS need some work to be able to link corectly with deps of mumps (scotch,mpi)
pkgname=chronoengine
-pkgver=4.0.0
+pkgver=5.0.1
_fragment="#tag=${pkgver}"
pkgrel=1
pkgdesc="An Open Source Multi-physics Simulation Engine"