summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67b42db619a5..03d0dd66f1b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-pa_structural_sexp
-pkgver=112.35.00
+pkgver=113.00.00
pkgrel=1
license=('Apache')
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('ocaml' 'camlp4' 'ocaml-sexplib' 'ocaml-type_conv')
makedepends=('ocaml-findlib')
source=("https://ocaml.janestreet.com/ocaml-core/$(echo ${pkgver} | grep -Po "^[0-9]+\.[0-9]+")/files/${pkgname#ocaml-}-${pkgver}.tar.gz")
options=('!strip')
-md5sums=('b9d40e3a8586d6679c799d99cfabc596')
+md5sums=('288c81277d521d938a46514b8e3fb623')
build() {
cd "${srcdir}/${pkgname#ocaml-}-${pkgver}"