diff options
author | alpine-mips-patches <info@mobile-stream.com> | 2019-03-07 15:14:20 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-03-11 15:38:41 +0000 |
commit | bc821c089d16e76b69dc116b3658ed044073b2ea (patch) | |
tree | ead5f47fd82e8f66e29a40e6b1e6d414b80bc712 /testing | |
parent | 43575df70529956671c48df9e9774bc4502e20fd (diff) | |
download | aports-bc821c089d16e76b69dc116b3658ed044073b2ea.tar.bz2 aports-bc821c089d16e76b69dc116b3658ed044073b2ea.tar.xz |
testing/ocaml-menhir: rebuild with ocaml-4.07.1
This is a necessary step to fix non-free/compcert build.
Diffstat (limited to 'testing')
-rw-r--r-- | testing/ocaml-menhir/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ocaml-menhir/APKBUILD b/testing/ocaml-menhir/APKBUILD index eb90c087b6..1be34c4be8 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=3 +pkgrel=4 pkgdesc="LR(1) parser generator for OCaml" url="http://gallium.inria.fr/~fpottier/menhir/" arch="aarch64 ppc64le x86_64" # limited by ocaml aport |