From e6a8cda3f522ae61b2e35986a8b314780890f8f7 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 12 May 2020 09:14:41 +0000 Subject: community/ocamlbuild: fix circular dependency fix ocaml-ocamlbuild -> ocaml-ocamlbuild circular dependency --- community/ocamlbuild/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/ocamlbuild/APKBUILD b/community/ocamlbuild/APKBUILD index c6e6ba8eb8..28ba9b089f 100644 --- a/community/ocamlbuild/APKBUILD +++ b/community/ocamlbuild/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Anil Madhavapeddy pkgname=ocamlbuild pkgver=0.14.0 -pkgrel=0 +pkgrel=1 pkgdesc="Generic build tool with built-in rules for building OCaml library and programs" options="!check" url="https://github.com/ocaml/ocamlbuild" @@ -52,6 +52,7 @@ _libdev() { _lib() { pkgdesc="$pkgdesc (library)" replaces="$pkgname" # for backward compatibility + depends= _submv usr/lib/ocaml } -- cgit v1.2.3