summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15f00143b88c..8c0250707455 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Feb 6 03:24:08 UTC 2016
+# Wed Mar 9 21:44:06 UTC 2016
pkgbase = ocaml-ppx_jane
pkgdesc = Standard Jane Street ppx rewriters
- pkgver = 113.24.00
+ pkgver = 113.24.01
pkgrel = 1
url = https://github.com/janestreet/ppx_jane
arch = i686
@@ -32,9 +32,9 @@ pkgbase = ocaml-ppx_jane
depends = ocaml-ppx_typerep_conv
depends = ocaml-ppx_variants_conv
options = !strip
- source = https://ocaml.janestreet.com/ocaml-core/113.24/files/ppx_jane-113.24.00.tar.gz
+ source = https://ocaml.janestreet.com/ocaml-core/113.24/files/ppx_jane-113.24.01.tar.gz
source = libdir.patch
- md5sums = 800a2f074b1b55a39372a9fb7ecc07bf
+ md5sums = 45670eef012a55c4307befa2ca391939
md5sums = 7f0a951f1ac87385272ea7a6dd58762a
pkgname = ocaml-ppx_jane
diff --git a/PKGBUILD b/PKGBUILD
index f38859d26553..294c3030828d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-ppx_jane
-pkgver=113.24.00
+pkgver=113.24.01
pkgrel=1
license=('Apache')
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ makedepends=('ocaml-findlib' 'opam')
source=("https://ocaml.janestreet.com/ocaml-core/$(echo ${pkgver} | grep -Po "^[0-9]+\.[0-9]+")/files/${pkgname#ocaml-}-$(echo ${pkgver} | grep -Po "^[0-9]+\.[0-9]+\.[0-9]+").tar.gz"
"libdir.patch")
options=('!strip')
-md5sums=('800a2f074b1b55a39372a9fb7ecc07bf'
+md5sums=('45670eef012a55c4307befa2ca391939'
'7f0a951f1ac87385272ea7a6dd58762a')
prepare() {