summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2022-11-03 15:31:43 +0100
committerbartus2022-11-03 15:31:43 +0100
commitc8cbb0bb3efc26c8d87e422dc059981a1ae87bcc (patch)
tree93c41bb70ef5fac18e7c7c85d3005e67e078be6c
parent8bc60c37f155508518e020ab8d720b68d2bcd785 (diff)
downloadaur-chronoengine-git.tar.gz
Switch branch to main, bitch please :<
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea8385e2e9e9..ccfcb6b38827 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chronoengine-git
pkgdesc = An Open Source Multi-physics Simulation Engine
- pkgver = 6.0.0.r552.gda17fe570
+ pkgver = 6.0.0.r2217.g866c9980b
pkgrel = 1
url = https://projectchrono.org/
arch = i686
@@ -37,7 +37,7 @@ pkgbase = chronoengine-git
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::git+https://github.com/projectchrono/chrono.git
+ source = chronoengine-git::git+https://github.com/projectchrono/chrono.git#branch=main
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 85b6fa593f69..16abaecd38eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,9 @@
_pkgname=chronoengine
pkgname=${_pkgname}-git
-pkgver=6.0.0.r552.gda17fe570
+pkgver=6.0.0.r2217.g866c9980b
#_fragment="#tag=${pkgver}"
+_fragment="#branch=main"
pkgrel=1
pkgdesc="An Open Source Multi-physics Simulation Engine"
license=('custom')
@@ -94,8 +95,7 @@ prepare() {
}
pkgver() {
- cd ${pkgname}
- git describe --long --tag| sed 's/^foo-//;s/\([^-]*-g\)/r\1/;s/-/./g'
+ git -C ${pkgname} describe --long --tag| sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {