summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2019-06-30 17:36:17 -0400
committeracxz2019-06-30 17:36:17 -0400
commit5f359e19d7a99cd8c9bab81323b51420176fdf86 (patch)
treef674348220ff3e1e7d465028909e75ec17471442
parentcd639fe8d7ff4597b121e09a93bb5d8016eb7454 (diff)
downloadaur-5f359e19d7a99cd8c9bab81323b51420176fdf86.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 4f140967d3e9..eb2719f0b663 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ignition-fuel_tools-1
pkgdesc = A C++ client library and command line tools for interacting with Ignition Fuel servers
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = http://ignitionrobotics.org/libs/fuel_tools
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c7f94ac88625..f348b684b700 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=ignition-fuel_tools-1
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="A C++ client library and command line tools for interacting with Ignition Fuel servers"
arch=('i686' 'x86_64')
url="http://ignitionrobotics.org/libs/fuel_tools"
@@ -30,7 +30,7 @@ build() {
-DBUILD_TESTING:BOOL=False
# Compile
- make -j4
+ make
}
#check() {
@@ -41,7 +41,7 @@ build() {
# -DCMAKE_INSTALL_LIBDIR="lib" \
# -DBUILD_TESTING:BOOL=True
#
-# make -j4
+# make
# make test
#}