summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobinleander2018-07-27 11:47:19 +0200
committerrobinleander2018-07-27 11:47:40 +0200
commit507bcaa8000a2e85d57e0e3bf054022dd489724d (patch)
treeeb28e6eb6807347f1d41e61a68c26dc6db7c7192
parentf2920ac7603e4b63951997537d618cae473c540e (diff)
downloadaur-507bcaa8000a2e85d57e0e3bf054022dd489724d.tar.gz
Parallel build
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73ab1469522a..edbcc7c82948 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fstar-ulib
pkgdesc = compiles the ulib component of F*
pkgver = 0.9.6.0
- pkgrel = 3
+ pkgrel = 4
url = https://www.fstar-lang.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 70672ccdb32a..31c2157843cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=fstar-ulib
pkgver=0.9.6.0
-pkgrel=3
+pkgrel=4
pkgdesc="compiles the ulib component of F*"
arch=('i686' 'x86_64')
url='https://www.fstar-lang.org/'
@@ -15,7 +15,7 @@ build() {
cp -r /opt/fstar fstar
export FSTAR_HOME="$(pwd)/fstar"
cd fstar/ulib
- make
+ make -j4
}
package() {