diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-25 06:31:42 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-25 06:31:42 +0000 |
commit | de50c82bc4c857ac153096dede12febd9479fd32 (patch) | |
tree | 35cf50cb291241932fba7e9b5bc9c47ba0c8d711 /community | |
parent | fa85b4caf81d97880c792605b58862cc1e20f288 (diff) | |
download | aports-de50c82bc4c857ac153096dede12febd9479fd32.tar.bz2 aports-de50c82bc4c857ac153096dede12febd9479fd32.tar.xz |
community/ocamlbuild: rebuild with reverted ocaml
commit 6f58e167f186 reverted the ocaml version so we need to rebuild
ocamlbuild.
This fixes the error:
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.
Diffstat (limited to 'community')
-rw-r--r-- | community/ocamlbuild/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ocamlbuild/APKBUILD b/community/ocamlbuild/APKBUILD index 450a1210b1..975412dec9 100644 --- a/community/ocamlbuild/APKBUILD +++ b/community/ocamlbuild/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Anil Madhavapeddy <anil@recoil.org> pkgname=ocamlbuild pkgver=0.13.1 -pkgrel=1 +pkgrel=2 pkgdesc="Generic build tool with built-in rules for building OCaml library and programs" options="!check" url="https://github.com/ocaml/ocamlbuild" |