aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/ocamlbuild/APKBUILD3
1 files changed, 2 insertions, 1 deletions
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 <anil@recoil.org>
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
}