diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-07-07 13:33:31 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-07-07 18:41:28 +0200 |
commit | c1a4655c1c5ba63241798b9b574c2439cb244320 (patch) | |
tree | 61a55d65e3455580770e6da5739029eaba2ecaff /testing/ocaml-lambda-term/APKBUILD | |
parent | 4989c8474b3a62277cb3d96e6cce2435aac32358 (diff) | |
download | aports-c1a4655c1c5ba63241798b9b574c2439cb244320.tar.bz2 aports-c1a4655c1c5ba63241798b9b574c2439cb244320.tar.xz |
testing/ocaml-lwt: rename subpkg ocaml-lwt-react to ocaml-lwt_react
To be consistent in naming.
Diffstat (limited to 'testing/ocaml-lambda-term/APKBUILD')
-rw-r--r-- | testing/ocaml-lambda-term/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/ocaml-lambda-term/APKBUILD b/testing/ocaml-lambda-term/APKBUILD index 87c01ff739..b8ce16fb54 100644 --- a/testing/ocaml-lambda-term/APKBUILD +++ b/testing/ocaml-lambda-term/APKBUILD @@ -3,19 +3,18 @@ pkgname=ocaml-lambda-term _pkgname=lambda-term pkgver=1.12.0 -pkgrel=4 +pkgrel=5 pkgdesc="Terminal manipulation library for OCaml" url="https://github.com/diml/lambda-term" # x86, armhf, s390x: limited by ocaml aport arch="all !x86 !armhf !s390x" license="BSD-3-Clause" -depends="ocaml-camomile ocaml-lwt ocaml-lwt-react ocaml-zed" +depends="ocaml-camomile ocaml-lwt ocaml-lwt_react ocaml-zed" makedepends=" dune ocaml ocaml-camomile-dev ocaml-lwt-dev - ocaml-lwt-react ocaml-findlib ocaml-react-dev ocaml-result-dev |