summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJ5lx2015-10-05 17:54:23 +0200
committerJ5lx2015-10-05 17:54:23 +0200
commite166c33673e4d14671239d50b67d8506191f4899 (patch)
tree8910d32ce3b35f44cc770811e0e2c692fba8ef36 /PKGBUILD
parent3cdca9e0f423380738f450c7c9e3350a0d5915d6 (diff)
downloadaur-e166c33673e4d14671239d50b67d8506191f4899.tar.gz
113.00.00-1: Update to new version
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}"