From 9aa262e3c8f9e0b14b924c484225b40d6fd2618b Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 3 Dec 2019 07:40:30 +0000 Subject: community/ocamlbuild: rebuild against ocaml This should fix ocaml-camlp4 build error: File "myocamlbuild.ml", line 1: Error: /usr/lib/ocaml/ocamlbuild/ocamlbuild_plugin.cmi is not a compiled interface for this version of OCaml. It seems to be for a newer version of OCaml. --- community/ocamlbuild/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/ocamlbuild/APKBUILD b/community/ocamlbuild/APKBUILD index 03da153d8c..7dc77e3227 100644 --- a/community/ocamlbuild/APKBUILD +++ b/community/ocamlbuild/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Anil Madhavapeddy pkgname=ocamlbuild pkgver=0.13.1 -pkgrel=2 +pkgrel=3 pkgdesc="Generic build tool with built-in rules for building OCaml library and programs" options="!check" url="https://github.com/ocaml/ocamlbuild" -- cgit v1.2.3