From fb5e867ea7b799a569714b8c617709f4871529e1 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 5 Nov 2017 17:13:29 +0100 Subject: [PATCH] ocamlbuild: rebuild for ocaml-4.06.0. --- srcpkgs/ocamlbuild/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ocamlbuild/template b/srcpkgs/ocamlbuild/template index f76d783183b..235f920fc7b 100644 --- a/srcpkgs/ocamlbuild/template +++ b/srcpkgs/ocamlbuild/template @@ -1,7 +1,7 @@ # Template file for 'ocamlbuild' pkgname=ocamlbuild version=0.12.0 -revision=1 +revision=2 build_style=gnu-makefile hostmakedepends="ocaml" short_desc="OCaml build tool"