summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2019-06-30 17:40:09 -0400
committeracxz2019-06-30 17:40:09 -0400
commit69d41757ca1f5511c2fa8b55b29bd343e4b93d3e (patch)
treec2e424c76516e3734e743bdb73a3b1fa4b373d70
parentdad19a4564b1d3d6790815120843a27c3de67c7f (diff)
downloadaur-69d41757ca1f5511c2fa8b55b29bd343e4b93d3e.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 33cc8855a405..9659d15067e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ignition-transport
pkgdesc = The transport library combines ZeroMQ with Protobufs to create a fast and efficient message passing system. Asynchronous message publication and subscription is provided along with service calls and discovery.
pkgver = 7.0.0
- pkgrel = 5
+ pkgrel = 6
url = http://ignitionrobotics.org/libs/transport
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index e475141e64be..c689b42ce74d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Benjamin Chrétien <chretien dot b plus aur at gmail dot com>
pkgname=ignition-transport
pkgver=7.0.0
-pkgrel=5
+pkgrel=6
pkgdesc="The transport library combines ZeroMQ with Protobufs to create a fast and efficient message passing system. Asynchronous message publication and subscription is provided along with service calls and discovery."
arch=('i686' 'x86_64')
url="http://ignitionrobotics.org/libs/transport"
@@ -28,7 +28,7 @@ build() {
-DCMAKE_INSTALL_PREFIX="/usr" \
-DCMAKE_INSTALL_LIBDIR="lib" \
-DBUILD_TESTING=Off
- make -j4
+ make
}
#check() {
@@ -38,7 +38,7 @@ build() {
# -DCMAKE_INSTALL_PREFIX="/usr" \
# -DCMAKE_INSTALL_LIBDIR="lib" \
# -DBUILD_TESTING=On
-# make -j4
+# make
# make test
#}