aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/ocaml-biniou/APKBUILD2
-rw-r--r--testing/ocaml-cmdliner/APKBUILD2
-rw-r--r--testing/ocaml-cppo/APKBUILD2
-rw-r--r--testing/ocaml-csv/APKBUILD2
-rw-r--r--testing/ocaml-easy-format/APKBUILD2
-rw-r--r--testing/ocaml-markup/APKBUILD2
-rw-r--r--testing/ocaml-menhir/APKBUILD2
-rw-r--r--testing/ocaml-merlin-extend/APKBUILD2
-rw-r--r--testing/ocaml-ppx_derivers/APKBUILD2
-rw-r--r--testing/ocaml-ppx_deriving/APKBUILD2
-rw-r--r--testing/ocaml-ppx_tools/APKBUILD2
-rw-r--r--testing/ocaml-reactivedata/APKBUILD2
-rw-r--r--testing/ocaml-result/APKBUILD2
-rw-r--r--testing/ocaml-topkg/APKBUILD2
-rw-r--r--testing/ocaml-tyxml/APKBUILD2
-rw-r--r--testing/ocaml-uutf/APKBUILD2
-rw-r--r--testing/ocaml-yojson/APKBUILD2
-rw-r--r--testing/ocaml-zed/APKBUILD2
18 files changed, 18 insertions, 18 deletions
diff --git a/testing/ocaml-biniou/APKBUILD b/testing/ocaml-biniou/APKBUILD
index 3d26b92f15..8ebcc6a97c 100644
--- a/testing/ocaml-biniou/APKBUILD
+++ b/testing/ocaml-biniou/APKBUILD
@@ -3,7 +3,7 @@
pkgname=ocaml-biniou
_pkgname=biniou
pkgver=1.2.0
-pkgrel=0
+pkgrel=1
pkgdesc="Extensible binary data format, like JSON but faster"
url="https://github.com/mjambon/biniou"
arch="all !x86 !armhf !s390x" # limited by ocaml aport
diff --git a/testing/ocaml-cmdliner/APKBUILD b/testing/ocaml-cmdliner/APKBUILD
index 5964d8f78c..5e25e107db 100644
--- a/testing/ocaml-cmdliner/APKBUILD
+++ b/testing/ocaml-cmdliner/APKBUILD
@@ -3,7 +3,7 @@
pkgname=ocaml-cmdliner
_pkgname=cmdliner
pkgver=1.0.2
-pkgrel=0
+pkgrel=1
pkgdesc="Declarative definition of command line interfaces for OCaml"
url="http://erratique.ch/software/cmdliner"
arch="all !x86 !armhf !s390x" # limited by ocaml aport
diff --git a/testing/ocaml-cppo/APKBUILD b/testing/ocaml-cppo/APKBUILD
index af5dc5f8f8..a452fc8d0c 100644
--- a/testing/ocaml-cppo/APKBUILD
+++ b/testing/ocaml-cppo/APKBUILD
@@ -3,7 +3,7 @@
pkgname=ocaml-cppo
_pkgname=cppo
pkgver=1.6.4
-pkgrel=4
+pkgrel=5
pkgdesc="C-style preprocessor for OCaml"
url="https://github.com/mjambon/cppo"
arch="all !x86 !armhf !s390x" # limited by ocaml
diff --git a/testing/ocaml-csv/APKBUILD b/testing/ocaml-csv/APKBUILD
index cfcbe1c404..56e09efa35 100644
--- a/testing/ocaml-csv/APKBUILD
+++ b/testing/ocaml-csv/APKBUILD
@@ -4,7 +4,7 @@
pkgname=ocaml-csv
_pkgname=csv
pkgver=2.0
-pkgrel=2
+pkgrel=3
pkgdesc="OCaml library for reading and writing CSV files"
url="https://github.com/Chris00/ocaml-csv"
arch="all !x86 !armhf !s390x" # limited by ocaml abuild
diff --git a/testing/ocaml-easy-format/APKBUILD b/testing/ocaml-easy-format/APKBUILD
index 237ac9e3ee..530a4a64e7 100644
--- a/testing/ocaml-easy-format/APKBUILD
+++ b/testing/ocaml-easy-format/APKBUILD
@@ -3,7 +3,7 @@
pkgname=ocaml-easy-format
_pkgname=easy-format
pkgver=1.3.1
-pkgrel=0
+pkgrel=1
pkgdesc="Pretty-printing library for OCaml"
url="https://mjambon.github.io/mjambon2016/easy-format.html"
arch="all !x86 !armhf !s390x" # limited by ocaml aport
diff --git a/testing/ocaml-markup/APKBUILD b/testing/ocaml-markup/APKBUILD
index 5621794d01..793bb62a21 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=2
+pkgrel=3
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-menhir/APKBUILD b/testing/ocaml-menhir/APKBUILD
index 1585163cef..fb406442a3 100644
--- a/testing/ocaml-menhir/APKBUILD
+++ b/testing/ocaml-menhir/APKBUILD
@@ -4,7 +4,7 @@ pkgname=ocaml-menhir
_pkgname=menhir
# NOTE: Check supported version in Reason before upgrading!
pkgver=20171013
-pkgrel=1
+pkgrel=2
pkgdesc="LR(1) parser generator for OCaml"
url="http://gallium.inria.fr/~fpottier/menhir/"
arch="all !x86 !armhf !s390x" # limited by ocaml aport
diff --git a/testing/ocaml-merlin-extend/APKBUILD b/testing/ocaml-merlin-extend/APKBUILD
index f51e1cd70b..83e9074eea 100644
--- a/testing/ocaml-merlin-extend/APKBUILD
+++ b/testing/ocaml-merlin-extend/APKBUILD
@@ -3,7 +3,7 @@
pkgname=ocaml-merlin-extend
_pkgname=merlin-extend
pkgver=0.3
-pkgrel=1
+pkgrel=2
pkgdesc="SDK to extend Merlin"
url="https://github.com/let-def/merlin-extend"
arch="all !x86 !armhf !s390x" # limited by ocaml aport
diff --git a/testing/ocaml-ppx_derivers/APKBUILD b/testing/ocaml-ppx_derivers/APKBUILD
index cf41988db6..4b9b78d3b6 100644
--- a/testing/ocaml-ppx_derivers/APKBUILD
+++ b/testing/ocaml-ppx_derivers/APKBUILD
@@ -3,7 +3,7 @@
pkgname=ocaml-ppx_derivers
_pkgname=ppx_derivers
pkgver=1.2
-pkgrel=0
+pkgrel=1
pkgdesc="Shared [@@deriving] plugins registry"
url="https://github.com/ocaml-ppx/ppx_derivers"
arch="all !x86 !armhf !s390x" # limited by ocaml aport
diff --git a/testing/ocaml-ppx_deriving/APKBUILD b/testing/ocaml-ppx_deriving/APKBUILD
index c7a0737618..cf3860ac10 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=1
+pkgrel=2
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/APKBUILD b/testing/ocaml-ppx_tools/APKBUILD
index d79648f5a8..bd792b5c85 100644
--- a/testing/ocaml-ppx_tools/APKBUILD
+++ b/testing/ocaml-ppx_tools/APKBUILD
@@ -3,7 +3,7 @@
pkgname=ocaml-ppx_tools
_pkgname=ppx_tools
pkgver=5.1
-pkgrel=0
+pkgrel=1
_ocamlver=4.06
_pkgver="$pkgver+$_ocamlver.0"
pkgdesc="Tools for authors of ppx rewriters"
diff --git a/testing/ocaml-reactivedata/APKBUILD b/testing/ocaml-reactivedata/APKBUILD
index d113adfc2d..6ee2d1f421 100644
--- a/testing/ocaml-reactivedata/APKBUILD
+++ b/testing/ocaml-reactivedata/APKBUILD
@@ -3,7 +3,7 @@
pkgname=ocaml-reactivedata
_pkgname=reactiveData
pkgver=0.2.1
-pkgrel=0
+pkgrel=1
pkgdesc="FRP with incremental changes in data structures for OCaml"
url="https://github.com/ocsigen/reactiveData/"
arch="all !x86 !armhf !s390x" # limited by ocaml aport
diff --git a/testing/ocaml-result/APKBUILD b/testing/ocaml-result/APKBUILD
index 4cb4a62eb0..6f24508ba2 100644
--- a/testing/ocaml-result/APKBUILD
+++ b/testing/ocaml-result/APKBUILD
@@ -3,7 +3,7 @@
pkgname=ocaml-result
_pkgname=result
pkgver=1.3
-pkgrel=3
+pkgrel=4
pkgdesc="Compat result type"
url="https://github.com/janestreet/result"
arch="all !x86 !armhf !s390x" # limited by ocaml
diff --git a/testing/ocaml-topkg/APKBUILD b/testing/ocaml-topkg/APKBUILD
index ec92316f7c..048ddd3854 100644
--- a/testing/ocaml-topkg/APKBUILD
+++ b/testing/ocaml-topkg/APKBUILD
@@ -4,7 +4,7 @@
pkgname=ocaml-topkg
_pkgname=topkg
pkgver=0.9.1
-pkgrel=0
+pkgrel=1
pkgdesc="The transitory OCaml software packager"
url="http://erratique.ch/software/topkg"
arch="all !x86 !armhf !s390x" # limited by ocaml aport
diff --git a/testing/ocaml-tyxml/APKBUILD b/testing/ocaml-tyxml/APKBUILD
index d76596078b..8a2e0fe0b4 100644
--- a/testing/ocaml-tyxml/APKBUILD
+++ b/testing/ocaml-tyxml/APKBUILD
@@ -3,7 +3,7 @@
pkgname=ocaml-tyxml
_pkgname=tyxml
pkgver=4.2.0
-pkgrel=0
+pkgrel=1
pkgdesc="OCaml library for building statically correct HTML and SVG documents"
url="https://ocsigen.org/tyxml/"
arch="all !x86 !armhf !s390x" # limited by ocaml aport
diff --git a/testing/ocaml-uutf/APKBUILD b/testing/ocaml-uutf/APKBUILD
index 5ccc3a0689..adab9c0edf 100644
--- a/testing/ocaml-uutf/APKBUILD
+++ b/testing/ocaml-uutf/APKBUILD
@@ -3,7 +3,7 @@
pkgname=ocaml-uutf
_pkgname=uutf
pkgver=1.0.1
-pkgrel=0
+pkgrel=1
pkgdesc="Non-blocking streaming Unicode codec for OCaml"
url="https://github.com/dbuenzli/uutf"
arch="all !x86 !armhf !s390x" # limited by ocaml aport
diff --git a/testing/ocaml-yojson/APKBUILD b/testing/ocaml-yojson/APKBUILD
index 0975ba2528..3c927292c6 100644
--- a/testing/ocaml-yojson/APKBUILD
+++ b/testing/ocaml-yojson/APKBUILD
@@ -3,7 +3,7 @@
pkgname=ocaml-yojson
_pkgname=yojson
pkgver=1.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="JSON parsing and pretty-printing library for OCaml"
url="https://github.com/mjambon/yojson"
arch="all !x86 !armhf !s390x" # limited by ocaml aport
diff --git a/testing/ocaml-zed/APKBUILD b/testing/ocaml-zed/APKBUILD
index d1be09ed5c..e855b0daf1 100644
--- a/testing/ocaml-zed/APKBUILD
+++ b/testing/ocaml-zed/APKBUILD
@@ -3,7 +3,7 @@
pkgname=ocaml-zed
_pkgname=zed
pkgver=1.6
-pkgrel=1
+pkgrel=2
pkgdesc="Abstract engine for text edition in OCaml"
url="https://github.com/diml/zed"
# x86, armhf, s390x: limited by ocaml aport