From ba905b02b41eb783795c208217c37157d6cf0642 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 16 Jul 2018 13:45:48 +0200 Subject: [PATCH] ocaml-findlib: rebuild for ocaml-4.07.0. --- srcpkgs/ocaml-findlib/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ocaml-findlib/template b/srcpkgs/ocaml-findlib/template index 7104158d7bd..bef5edb6170 100644 --- a/srcpkgs/ocaml-findlib/template +++ b/srcpkgs/ocaml-findlib/template @@ -1,16 +1,16 @@ # Template file for 'ocaml-findlib' pkgname=ocaml-findlib version=1.7.3 -revision=2 +revision=3 build_style=configure configure_args="-config /etc/findlib.conf -sitelib /usr/lib/ocaml -mandir /usr/share/man" make_build_args="all opt" -makedepends="ocaml m4 ncurses-devel" +makedepends="m4 ncurses-devel ocaml ocamlbuild" short_desc="OCaml package manager" maintainer="John Regan " license="MIT" homepage="http://projects.camlcity.org/projects/findlib.html" -distfiles="http://download.camlcity.org/download/findlib-${version}.tar.gz" +distfiles="http://download2.camlcity.org/download/findlib-${version}.tar.gz" checksum=d196608fa23c36c2aace27d5ef124a815132a5fcea668d41fa7d6c1ca246bd8b wrksrc="findlib-${version}" nocross=yes