summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2019-06-30 17:43:05 -0400
committeracxz2019-06-30 17:43:05 -0400
commita6d5fce051f3236d22b4337c868127b8c6fe3c97 (patch)
treed4bbb982423a7f0e77ae026b5073aeb1ea552b30
parent5ad08c6ddedfbd53ed9ffd2383dd311b7bcf0de4 (diff)
downloadaur-a6d5fce051f3236d22b4337c868127b8c6fe3c97.tar.gz
removed -j4
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f94ccf4cabcd..9ac9291bf540 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libdart
pkgdesc = Dynamic Animation and Robotics Toolkit
pkgver = 6.9.1
- pkgrel = 1
+ pkgrel = 2
url = https://dartsim.github.io
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 493c1a92927e..54f27f8ae6fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=libdart
pkgver=6.9.1
-pkgrel=1
+pkgrel=2
pkgdesc="Dynamic Animation and Robotics Toolkit"
arch=('i686' 'x86_64')
url="https://dartsim.github.io"
@@ -44,13 +44,13 @@ build() {
"${srcdir}/${_name}-${pkgver}"
msg "Building the project"
- make -j4
+ make
}
#check() {
# cd "${srcdir}/${_name}-${pkgver}/build"
# msg "Compiling unit tests"
-# make -j4 tests
+# make tests
# msg "Running unit tests"
# make test
#}