summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-07-04 13:29:08 +0200
committerGoliathLabs2020-07-04 13:29:08 +0200
commit37bd31a22690df4d27a80aec5ba0256d469b72f9 (patch)
tree44e471682d0226b8ee627a3bc77808ca5e1820de
parent3476c0576c557329c4bc9db97e286a72290b5db2 (diff)
downloadaur-37bd31a22690df4d27a80aec5ba0256d469b72f9.tar.gz
Updated: 20200624
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab840ebba3ce..e63b87fdd371 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-menhir
pkgdesc = Menhir is a LR(1) parser generator for the OCaml.
- pkgver = 20200211
+ pkgver = 20200624
pkgrel = 1
url = http://cristal.inria.fr/~fpottier/menhir/
arch = i686
@@ -13,8 +13,8 @@ pkgbase = ocaml-menhir
depends = ocaml>=4.02
options = !strip
options = !makeflags
- source = https://gitlab.inria.fr/fpottier/menhir/-/archive/20200211/menhir-20200211.tar.gz
- sha256sums = 00f677401a92d91568a4faffb4977ab71a32a265de59e35419ad5b705d4a532d
+ source = https://gitlab.inria.fr/fpottier/menhir/-/archive/20200211/menhir-20200624.tar.gz
+ sha256sums = c889226bfff56a0b29f03237764acc8c76521736c381e7810d6b55f004079ad6
pkgname = ocaml-menhir
diff --git a/PKGBUILD b/PKGBUILD
index 96f16324a274..b32bfa751fd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: Nicolas Pouillard <nicolas.pouillard@gmail.com>
pkgname=ocaml-menhir
-pkgver=20200211
+pkgver=20200624
pkgrel=1
pkgdesc="Menhir is a LR(1) parser generator for the OCaml."
arch=("i686" "x86_64")
@@ -18,7 +18,7 @@ makedepends=('ocamlbuild' 'ocaml-findlib' 'dune')
options=(!strip !makeflags)
source=("https://gitlab.inria.fr/fpottier/menhir/-/archive/20200211/menhir-${pkgver}.tar.gz")
-sha256sums=('00f677401a92d91568a4faffb4977ab71a32a265de59e35419ad5b705d4a532d')
+sha256sums=('c889226bfff56a0b29f03237764acc8c76521736c381e7810d6b55f004079ad6')
build() {
cd "$srcdir/${pkgname/ocaml-/}-$pkgver"