aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/ocaml-menhir/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/ocaml-menhir/APKBUILD b/testing/ocaml-menhir/APKBUILD
index 2670c05811..eb90c087b6 100644
--- a/testing/ocaml-menhir/APKBUILD
+++ b/testing/ocaml-menhir/APKBUILD
@@ -4,11 +4,12 @@ pkgname=ocaml-menhir
_pkgname=menhir
# NOTE: Check supported version in Reason before upgrading!
pkgver=20171013
-pkgrel=2
+pkgrel=3
pkgdesc="LR(1) parser generator for OCaml"
url="http://gallium.inria.fr/~fpottier/menhir/"
-arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport
+arch="aarch64 ppc64le x86_64" # limited by ocaml aport
license="GPL-2.0-only"
+depends="ocaml-findlib"
makedepends="ocaml ocaml-findlib ocaml-ocamlbuild-dev ocamlbuild"
options="!check" # no tests provided
subpackages="$pkgname-dev $pkgname-doc"