summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2018-08-05 19:53:44 +0200
committerJakob Gahde2018-08-05 19:53:44 +0200
commitcf454cb501142aad4897995473ad620604779005 (patch)
treeec2ae79d45111c6e1193640d9442f3f76ee89f50
parent940b1947c173862591c5a81151d266f7c43dff67 (diff)
downloadaur-cf454cb501142aad4897995473ad620604779005.tar.gz
ocaml-core 1:0.11.1-2: Dune no longer uses opam-installer
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73d15e47686d..3da74bcd094f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Thu Jun 28 19:52:44 UTC 2018
pkgbase = ocaml-core
pkgdesc = Industrial strength alternative to OCaml's standard library
pkgver = 0.11.1
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/janestreet/core
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 808a57a1238d..08998a99d866 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ocaml-core
pkgver=0.11.1
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Industrial strength alternative to OCaml's standard library"
arch=('i686' 'x86_64')
@@ -28,5 +28,4 @@ package() {
install -dm755 "${pkgdir}$(ocamlfind -printconf destdir)" "${pkgdir}/usr/share"
jbuilder install --prefix "${pkgdir}/usr" --libdir "${pkgdir}$(ocamlfind -printconf destdir)"
mv "${pkgdir}/usr/doc" "${pkgdir}/usr/share/"
- mv "${pkgdir}/usr/lib/ocaml/stubslibs" "${pkgdir}/usr/lib/ocaml/stublibs" # bug in opam
}