summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2018-08-05 19:46:44 +0200
committerJakob Gahde2018-08-05 19:46:44 +0200
commitca6ec1c446072dccf414f92061dccb9ab5506633 (patch)
treee0bbb9ea1c95b813de3126dad68e0fd074f43f37
parentdf63c838b8bff0c5ee63049a128e51435fa52523 (diff)
downloadaur-ca6ec1c446072dccf414f92061dccb9ab5506633.tar.gz
ocaml-core_kernel 1:0.11.0-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 10fcef79b92b..1be7ff1d4418 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Thu Jun 28 19:23:20 UTC 2018
pkgbase = ocaml-core_kernel
pkgdesc = Industrial strength alternative to OCaml's standard library (system-independent part)
pkgver = 0.11.0
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/janestreet/core_kernel
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 5a099ed9a49c..8ea0118007bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ocaml-core_kernel
pkgver=0.11.0
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Industrial strength alternative to OCaml's standard library (system-independent part)"
arch=('i686' 'x86_64')
@@ -26,5 +26,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
}