diff options
-rw-r--r-- | testing/js_of_ocaml/APKBUILD | 2 | ||||
-rw-r--r-- | testing/ocaml-lambda-term/APKBUILD | 2 | ||||
-rw-r--r-- | testing/ocaml-lwt/APKBUILD | 2 | ||||
-rw-r--r-- | testing/ocaml-markup/APKBUILD | 2 | ||||
-rw-r--r-- | testing/ocaml-ppx_deriving/APKBUILD | 2 | ||||
-rw-r--r-- | testing/ocaml-ppx_tools_versioned/APKBUILD | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/testing/js_of_ocaml/APKBUILD b/testing/js_of_ocaml/APKBUILD index 3233b78f92..cc2ea5e2df 100644 --- a/testing/js_of_ocaml/APKBUILD +++ b/testing/js_of_ocaml/APKBUILD @@ -3,7 +3,7 @@ # TODO: Verify declared dependencies. pkgname=js_of_ocaml pkgver=3.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Compiler from OCaml to Javascript" url="http://ocsigen.org/js_of_ocaml/" arch="all !x86 !armhf !s390x" # limited by ocaml aport diff --git a/testing/ocaml-lambda-term/APKBUILD b/testing/ocaml-lambda-term/APKBUILD index 498fb513c6..22edd1481e 100644 --- a/testing/ocaml-lambda-term/APKBUILD +++ b/testing/ocaml-lambda-term/APKBUILD @@ -3,7 +3,7 @@ pkgname=ocaml-lambda-term _pkgname=lambda-term pkgver=1.12.0 -pkgrel=2 +pkgrel=3 pkgdesc="Terminal manipulation library for OCaml" url="https://github.com/diml/lambda-term" # x86, armhf, s390x: limited by ocaml aport diff --git a/testing/ocaml-lwt/APKBUILD b/testing/ocaml-lwt/APKBUILD index 5a0c2f9da9..d9d097adf3 100644 --- a/testing/ocaml-lwt/APKBUILD +++ b/testing/ocaml-lwt/APKBUILD @@ -3,7 +3,7 @@ pkgname=ocaml-lwt _pkgname=lwt pkgver=3.2.1 -pkgrel=4 +pkgrel=5 pkgdesc="OCaml promises and concurrent I/O" url="https://github.com/ocsigen/lwt" arch="all !x86 !armhf !s390x" # limited by ocaml aport diff --git a/testing/ocaml-markup/APKBUILD b/testing/ocaml-markup/APKBUILD index 47f3b72fc1..b7d58846d7 100644 --- a/testing/ocaml-markup/APKBUILD +++ b/testing/ocaml-markup/APKBUILD @@ -3,7 +3,7 @@ pkgname=ocaml-markup _pkgname=markup.ml pkgver=0.7.6 -pkgrel=0 +pkgrel=1 pkgdesc="Error-recovering streaming HTML5 and XML parsers for OCaml" url="http://aantron.github.io/markup.ml" arch="all !x86 !armhf !s390x" # limited by ocaml aport diff --git a/testing/ocaml-ppx_deriving/APKBUILD b/testing/ocaml-ppx_deriving/APKBUILD index d6c9fdc399..c7a0737618 100644 --- a/testing/ocaml-ppx_deriving/APKBUILD +++ b/testing/ocaml-ppx_deriving/APKBUILD @@ -3,7 +3,7 @@ pkgname=ocaml-ppx_deriving _pkgname=ppx_deriving pkgver=4.2.1 -pkgrel=0 +pkgrel=1 pkgdesc="Type-driven code generation for OCaml" url="https://github.com/ocaml-ppx/ppx_deriving" arch="all !x86 !armhf !s390x" # limited by ocaml aport diff --git a/testing/ocaml-ppx_tools_versioned/APKBUILD b/testing/ocaml-ppx_tools_versioned/APKBUILD index daebaf60fd..32856cdf13 100644 --- a/testing/ocaml-ppx_tools_versioned/APKBUILD +++ b/testing/ocaml-ppx_tools_versioned/APKBUILD @@ -3,7 +3,7 @@ pkgname=ocaml-ppx_tools_versioned _pkgname=ppx_tools_versioned pkgver=5.1 -pkgrel=2 +pkgrel=3 pkgdesc="Tools for authors of ppx rewriters" url="https://github.com/ocaml-ppx/ppx_tools_versioned" arch="all !x86 !armhf !s390x" # limited by ocaml aport |