diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/ocaml-lambda-term/APKBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/testing/ocaml-lambda-term/APKBUILD b/testing/ocaml-lambda-term/APKBUILD index b8ce16fb54..d755494bda 100644 --- a/testing/ocaml-lambda-term/APKBUILD +++ b/testing/ocaml-lambda-term/APKBUILD @@ -2,19 +2,20 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=ocaml-lambda-term _pkgname=lambda-term -pkgver=1.12.0 -pkgrel=5 +pkgver=1.13 +pkgrel=0 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-lwt_log ocaml-zed" makedepends=" dune ocaml ocaml-camomile-dev ocaml-lwt-dev + ocaml-lwt_log-dev ocaml-findlib ocaml-react-dev ocaml-result-dev @@ -64,4 +65,4 @@ dev() { mv *.cmx *.cmxa *.mli "$subpkgdir"/$sitelib/ } -sha512sums="d2f49f32d2b0b260f609f0674ff1060ddb456ad5a37e87659d0f2005720b1f5f2da12ca0951d1ae959f7d4dd089bd0d7526fd1702b2a3b00164591ed8d37f8ae ocaml-lambda-term-1.12.0.tar.bz2" +sha512sums="79efc40653e74eb27181b260bc0096238854eb72a61b59c3de3740b01399d9fefa35c0f978d48bbf8097647b6324651207ade022572ef06b460b7b1b001b0dc7 ocaml-lambda-term-1.13.tar.bz2" |