summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2019-06-30 17:25:23 -0400
committeracxz2019-06-30 17:25:23 -0400
commitbecb43c5120436831cc877f98ac7429cfa3b27fa (patch)
treed0ea461ce6917ab19ffe13ce83ae5bd53aac9192 /PKGBUILD
parent76833f0ce5e272f6693d1c7227fbdfaca7b463ab (diff)
downloadaur-becb43c5120436831cc877f98ac7429cfa3b27fa.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 373de43d0ad5..c1734c5018c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=angelscript
pkgver=2.33.0
-pkgrel=1
+pkgrel=2
pkgdesc="An extremely flexible cross-platform scripting library."
arch=('i686' 'x86_64')
url="http://angelcode.com/angelscript/"
@@ -16,7 +16,7 @@ sha512sums=('eaf972ecf965fe4f72e55755f5e796499018e918f93cfd835b1ca20f9338e299e8d
build() {
cd "$srcdir/sdk/angelscript/projects/gnuc"
- make -j4 all
+ make all
}
package() {