aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/ocaml-result/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/ocaml-result/APKBUILD b/testing/ocaml-result/APKBUILD
index 9c8f177974..4cb4a62eb0 100644
--- a/testing/ocaml-result/APKBUILD
+++ b/testing/ocaml-result/APKBUILD
@@ -3,11 +3,12 @@
pkgname=ocaml-result
_pkgname=result
pkgver=1.3
-pkgrel=2
+pkgrel=3
pkgdesc="Compat result type"
url="https://github.com/janestreet/result"
arch="all !x86 !armhf !s390x" # limited by ocaml
license="BSD-3-Clause"
+depends="ocaml-runtime"
makedepends="dune ocaml ocaml-findlib opam"
options="!check" # no tests provided
subpackages="$pkgname-dev"