From 79912132b9a7c6c6f69fd80cc1b22038ad2eeb86 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 6 Mar 2021 16:06:17 +0100 Subject: [PATCH] ocamlbuild: rebuild for ocaml-4.12.0. --- srcpkgs/ocamlbuild/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ocamlbuild/template b/srcpkgs/ocamlbuild/template index c0caeba4be2..9be2cd0dbda 100644 --- a/srcpkgs/ocamlbuild/template +++ b/srcpkgs/ocamlbuild/template @@ -1,7 +1,7 @@ # Template file for 'ocamlbuild' pkgname=ocamlbuild version=0.14.0 -revision=5 +revision=6 build_style=gnu-makefile make_build_args="PREFIX=/usr" make_install_args="PREFIX=/usr"