summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2019-08-18 12:02:54 +0200
committerJakob Gahde2019-08-18 12:02:54 +0200
commitc840e3be97260e92d7011d379bd51833f2138a67 (patch)
treecf66764c3f621652cf2f8a746085fcba19bd4d78
parent7298d794682d85c6823416e0bf7bb534c8ff16bf (diff)
downloadaur-c840e3be97260e92d7011d379bd51833f2138a67.tar.gz
ocaml-sexplib0 0.12.0-2: Fix build for OCaml 4.08
Thanks to kureta on the AUR for figuring it out
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 995582a43109..2369830438f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-sexplib0
pkgdesc = Library containing the definition of S-expressions and some base converters
pkgver = 0.12.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/janestreet/sexplib0
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 83a4a9cc9116..6af6e2e4418d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ocaml-sexplib0
pkgver=0.12.0
-pkgrel=1
+pkgrel=2
pkgdesc="Library containing the definition of S-expressions and some base converters"
arch=('x86_64')
url='https://github.com/janestreet/sexplib0'
@@ -16,7 +16,7 @@ sha512sums=('104f8526a147cfa6ecf168c8ee10a78ad3133c0a8a3714dc9dffd6358152752b337
build() {
cd "${srcdir}/sexplib0-v${pkgver}"
- dune build
+ dune build --profile release
}