diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-10 00:47:45 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-10 02:17:26 +0100 |
commit | ad7120cafc8f6b352be41616430b3889339097cd (patch) | |
tree | f0dc31b658f1692d3608dd2cf15c46b85babc0b9 /testing | |
parent | a99a21c93cda42500c845e080bf2a2fd557cf57c (diff) | |
download | aports-ad7120cafc8f6b352be41616430b3889339097cd.tar.bz2 aports-ad7120cafc8f6b352be41616430b3889339097cd.tar.xz |
testing/ocaml-result: rebuild with ocaml 4.06.1, fix depends
Diffstat (limited to 'testing')
-rw-r--r-- | testing/ocaml-result/APKBUILD | 3 |
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" |