summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2019-06-30 17:26:11 -0400
committeracxz2019-06-30 17:26:11 -0400
commit3fe0350cd19f6ecc1c9d3f8e390d77a57dd3b624 (patch)
tree223dea7c7aa7b64eda9b118b27991ec6f16e0dd6 /PKGBUILD
parentc7425cac20f8daef8422648d5cdddd9cebeb44c5 (diff)
downloadaur-3fe0350cd19f6ecc1c9d3f8e390d77a57dd3b624.tar.gz
removed -j4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38f1b44801af..0b9da1d06cb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=code-eli-git
pkgver=r821.f9ff74f
-pkgrel=1
+pkgrel=2
pkgdesc='Collection of C++ libraries that provide a variety of functionalities.'
arch=('i686' 'x86_64')
url='https://github.com/ramcdona/Code-Eli'
@@ -35,7 +35,7 @@ build() {
-DCMAKE_INSTALL_PREFIX='/usr'
msg "Building the project"
- make -j4
+ make
}