summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ5lx2015-10-05 17:54:23 +0200
committerJ5lx2015-10-05 17:54:23 +0200
commite166c33673e4d14671239d50b67d8506191f4899 (patch)
tree8910d32ce3b35f44cc770811e0e2c692fba8ef36
parent3cdca9e0f423380738f450c7c9e3350a0d5915d6 (diff)
downloadaur-e166c33673e4d14671239d50b67d8506191f4899.tar.gz
113.00.00-1: Update to new version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 626d4c09b67a..c17e2883beeb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-pa_structural_sexp
pkgdesc = Industrial strength alternative to OCaml's standard library
- pkgver = 112.35.00
+ pkgver = 113.00.00
pkgrel = 1
url = https://github.com/janestreet/core
arch = i686
@@ -12,8 +12,8 @@ pkgbase = ocaml-pa_structural_sexp
depends = ocaml-sexplib
depends = ocaml-type_conv
options = !strip
- source = https://ocaml.janestreet.com/ocaml-core/112.35/files/pa_structural_sexp-112.35.00.tar.gz
- md5sums = b9d40e3a8586d6679c799d99cfabc596
+ source = https://ocaml.janestreet.com/ocaml-core/113.00/files/pa_structural_sexp-113.00.00.tar.gz
+ md5sums = 288c81277d521d938a46514b8e3fb623
pkgname = ocaml-pa_structural_sexp
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}"