From d6242cb57c6e3b2f5181b59242361553835fa189 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 21 Nov 2016 15:07:35 +0100 Subject: [PATCH] ocamlbuild: rebuild for ocaml 4.04. --- srcpkgs/ocamlbuild/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ocamlbuild/template b/srcpkgs/ocamlbuild/template index 58d4fb96f7c..d88dc7d5e2d 100644 --- a/srcpkgs/ocamlbuild/template +++ b/srcpkgs/ocamlbuild/template @@ -1,7 +1,7 @@ # Template file for 'ocamlbuild' pkgname=ocamlbuild version=0.9.3 -revision=1 +revision=2 build_style=gnu-makefile hostmakedepends="ocaml" short_desc="OCaml build tool"