summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2019-06-30 17:54:50 -0400
committeracxz2019-06-30 17:54:50 -0400
commit9efb1cf6dd9ab5aa73a64e9c11692a1c5091b69a (patch)
treecd0cba3ae333fa42d8d8e9d089dd5a2a7ff715cf
parent08409df3167dc3ae699e7c14594b740ec1a6776b (diff)
downloadaur-9efb1cf6dd9ab5aa73a64e9c11692a1c5091b69a.tar.gz
removed -j4
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d3082f37457..fa239414b301 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = stepcode
pkgdesc = Data exchange with ISO 10303. Used with IFC, STEP, and other standards to exchange data wit C++ and Python.
pkgver = 0.8
- pkgrel = 1
+ pkgrel = 2
url = https://stepcode.github.io
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index d6747d7844c6..c49f67cfa0fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=stepcode
pkgver=0.8
-pkgrel=1
+pkgrel=2
pkgdesc="Data exchange with ISO 10303. Used with IFC, STEP, and other standards
to exchange data wit C++ and Python."
arch=('i686' 'x86_64')
@@ -30,7 +30,7 @@ build() {
#-DCMAKE_INSTALL_LIBDIR="lib" \
msg "Building the project"
- make -j4
+ make
}
package() {