summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2019-06-30 17:54:06 -0400
committeracxz2019-06-30 17:54:06 -0400
commit134fbda04e0ac483c883c11eb984429432a16819 (patch)
treee274f41ee0b973b1f80e1ddaea118db1f539b1b1 /PKGBUILD
parentfd4eef0575fbceb2d0ccfa3c8842f16a3148bd75 (diff)
downloadaur-134fbda04e0ac483c883c11eb984429432a16819.tar.gz
removed -j4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb42e6bc0b5c..d09e018c207b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=simbody
pkgver=3.6.1
-pkgrel=2
+pkgrel=3
pkgdesc="High-performance C++ multibody dynamics/physics library for simulating articulated biomechanical and mechanical systems like vehicles, robots, and the human skeleton."
arch=('i686' 'x86_64')
url="https://simtk.org/home/simbody"
@@ -38,7 +38,7 @@ build() {
msg "Building the project"
- make -j4
+ make
}
#check() {