summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSledge Sulaweyo2020-03-29 19:59:25 +0200
committerSledge Sulaweyo2020-03-29 19:59:25 +0200
commit9134a3135a730892b6676043c28a7ee0477bed35 (patch)
tree0d8894b411bc11cd7d71f43d268e399e4a260707
parent79dc2a06d62bada22cfe691fe3981375f8d78d5d (diff)
downloadaur-9134a3135a730892b6676043c28a7ee0477bed35.tar.gz
use -j2 in scons
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD2
3 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d60216c78bfb..b6551a6815f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = opennebula
pkgdesc = Virtual management infrastructure as a service (IaaS) toolkit for cloud computing (NOTE: Read the PKGBUILD!)
pkgver = 5.10.3
- pkgrel = 1
+ pkgrel = 2
url = https://opennebula.org/
install = opennebula.install
changelog = ChangeLog
diff --git a/.gitignore b/.gitignore
index 7bf9c9e3b3a8..310b2fe3f96c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*.pkg.tar.xz
*.tar.gz
+.bowerrc
pkg/
-src/ \ No newline at end of file
+src/
diff --git a/PKGBUILD b/PKGBUILD
index c0ecd58c0f05..c03482438c36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -147,7 +147,7 @@ build() {
###########################################################################
# This builds the vanilla OpenNebula package. Tweak this line as desired.
- scons new_xmlrpc=yes mysql=yes sqlite=yes sunstone=yes parsers=yes
+ scons -j2 new_xmlrpc=yes mysql=yes sqlite=yes sunstone=yes parsers=yes
}
package() {