diff options
-rw-r--r-- | testing/ocaml-lambda-term/APKBUILD | 2 | ||||
-rw-r--r-- | testing/ocaml-markup/APKBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/ocaml-lambda-term/APKBUILD b/testing/ocaml-lambda-term/APKBUILD index 22edd1481e..87c01ff739 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=3 +pkgrel=4 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-markup/APKBUILD b/testing/ocaml-markup/APKBUILD index b7d58846d7..5621794d01 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=1 +pkgrel=2 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 |