summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXuanrui Qi2019-07-10 17:16:29 -0700
committerXuanrui Qi2019-07-10 17:16:29 -0700
commit911fcefc8362022ce8f94be42fffcf8adbc78ab5 (patch)
tree0aad5debdaccbcc3ed91fd609e6b344c275caab7 /PKGBUILD
parent309dcfa6757835800aef0400d04642464ac11a2b (diff)
downloadaur-911fcefc8362022ce8f94be42fffcf8adbc78ab5.tar.gz
Remove menhir<=20181113 requirement
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c36c8c659f8d..8c4382a51f0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=compcert-git
_basepkgname=${pkgname%-*}
_dirname=CompCert
-pkgver=3.5.r50.ge1055531
-pkgrel=1
+pkgver=3.5.r77.ga8c84a52
+pkgrel=2
pkgdesc="The formally verified C compiler"
arch=('x86_64')
url="http://compcert.inria.fr"
license=('custom:INRIA Non-Commercial License Agreement')
depends=('gcc')
makedepends=('coq>=8.6.1' 'ocaml>=4.0.2'
- 'ocaml-menhir>=20161201' 'ocaml-menhir<=20181113'
+ 'ocaml-menhir>=20161201'
'ocaml-findlib' # See: https://github.com/AbsInt/CompCert/issues/281
'git'
'parallel')