summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXuanrui Qi2023-08-08 02:57:52 +0900
committerXuanrui Qi2023-08-08 02:57:52 +0900
commitec6baf648131f8c6f88d78f14598b24c79894ceb (patch)
tree6d75a2438f12d8bd04208ba554397ccc413dbe1b /PKGBUILD
parent937eb930bef5e37bc4d97c52d22f3be995c1f467 (diff)
downloadaur-ec6baf648131f8c6f88d78f14598b24c79894ceb.tar.gz
Version 20230608
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 528dc8545351..40d299f50e22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,17 +8,17 @@
# Contributor: Nicolas Pouillard <nicolas.pouillard@gmail.com>
pkgname=ocaml-menhir
-pkgver=20220210
+pkgver=20230608
pkgrel=1
pkgdesc="Menhir is a LR(1) parser generator for the OCaml."
arch=("x86_64")
url="http://cristal.inria.fr/~fpottier/menhir/"
license=('GPL' 'QPL')
-depends=('ocaml>=4.02.3')
-makedepends=('dune>=2.0' 'ocaml-findlib')
+depends=('ocaml>=4.03.0')
+makedepends=('dune>=2.8.0' 'ocaml-findlib')
options=(!strip !makeflags)
source=("https://gitlab.inria.fr/fpottier/menhir/-/archive/${pkgver}/menhir-${pkgver}.tar.gz")
-sha256sums=('4e27165777d9466c26a129c1c4ed60eb06875cbf6fda9a9e971d234e5ef7a314')
+sha256sums=('56fef644e71721d6a95b6f2ab1afd9a032be0d9f92b53b851aab35d9e110a9a0')
build() {
cd "$srcdir/${pkgname/ocaml-/}-$pkgver"