summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2019-03-12 12:03:03 +0100
committerJakob Gahde2019-03-12 12:03:03 +0100
commitd27ba60ce7622bed7a4b0244dee0f9ffc8552139 (patch)
tree33eebcde6673f620031a38b4ec57338eee93a526 /PKGBUILD
parent1fc293e01e5f26163b3205f1b29db5a13a16f828 (diff)
downloadaur-d27ba60ce7622bed7a4b0244dee0f9ffc8552139.tar.gz
ocaml-ppx_tools 5.1+4.06.0-2: Fix build error reported by jdc, hopefully
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb823bb26a58..69efb87bd1b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=ppx_tools
pkgname=ocaml-${_pkgname}
pkgver=5.1+4.06.0
-pkgrel=1
+pkgrel=2
pkgdesc="Tools for authors of ppx rewriters and other syntactic tools"
arch=('i686' 'x86_64')
url="https://github.com/ocaml-ppx/ppx_tools"
@@ -16,7 +16,7 @@ md5sums=('6ba2e9690b1f579ba562b86022d1c308')
build() {
cd "${srcdir}/${_pkgname}-${pkgver/+/-}"
- make
+ make -j1
}
package() {