summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobinleander2018-07-27 18:50:09 +0200
committerrobinleander2018-07-27 18:50:09 +0200
commitb1e9612932a24afdd418608254b9ec0dc10bfd54 (patch)
tree5320752ce1d4b46983fbc46014e8e6451751d96c
parent2be8fffc7a1da6fd1787841b6411ec32ab892dbe (diff)
downloadaur-ocaml-wasm.tar.gz
No parallel build
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e437d5fa9629..6d7427a5f44e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-wasm
pkgdesc = An OCaml library to read and write Web Assembly (wasm) files and manipulate their AST.
pkgver = 1.0
- pkgrel = 9
+ pkgrel = 10
arch = i686
arch = x86_64
license = Apache-2.0
diff --git a/PKGBUILD b/PKGBUILD
index e4f3e489ddc7..1bc68f05b172 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=ocaml-wasm
_oname=wasm
pkgver=1.0
-pkgrel=9
+pkgrel=10
pkgdesc="An OCaml library to read and write Web Assembly (wasm) files and manipulate their AST."
arch=('i686' 'x86_64')
url=''
@@ -17,7 +17,7 @@ md5sums=('82d4cc7c67ae32a6785268a1cdddd973')
build() {
cd "$srcdir/"*/
- make -C interpreter opt unopt -j4
+ make -C interpreter opt unopt
}
package() {