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/utop | |
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/utop')
-rw-r--r-- | testing/utop/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/utop/APKBUILD b/testing/utop/APKBUILD index bfd2f04b7b..82f20cf8c3 100644 --- a/testing/utop/APKBUILD +++ b/testing/utop/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=utop pkgver=2.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Universal toplevel for OCaml" url="https://github.com/diml/utop" # x86, armhf, s390x: limited by ocaml aport @@ -18,7 +18,7 @@ _depends_ocaml=" ocaml-findlib>=1.7.2 ocaml-lambda-term ocaml-lwt - ocaml-lwt-react + ocaml-lwt_react ocaml-react " makedepends=" |