summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c0250707455..408d28fab48e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Wed Mar 9 21:44:06 UTC 2016
+# Fri Jul 29 13:23:34 UTC 2016
pkgbase = ocaml-ppx_jane
pkgdesc = Standard Jane Street ppx rewriters
- pkgver = 113.24.01
+ pkgver = 113.33.03
pkgrel = 1
url = https://github.com/janestreet/ppx_jane
arch = i686
arch = x86_64
license = Apache
makedepends = ocaml-findlib
+ makedepends = ocaml-js-build-tools
makedepends = opam
depends = ocaml
depends = ocaml-ppx_assert
@@ -28,13 +29,12 @@ pkgbase = ocaml-ppx_jane
depends = ocaml-ppx_sexp_conv
depends = ocaml-ppx_sexp_message
depends = ocaml-ppx_sexp_value
- depends = ocaml-ppx_type_conv
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.01.tar.gz
+ source = https://ocaml.janestreet.com/ocaml-core/113.33/files/ppx_jane-113.33.03.tar.gz
source = libdir.patch
- md5sums = 45670eef012a55c4307befa2ca391939
+ md5sums = 14e4dea12340e225e7b413b6c3b62a37
md5sums = 7f0a951f1ac87385272ea7a6dd58762a
pkgname = ocaml-ppx_jane
diff --git a/PKGBUILD b/PKGBUILD
index 294c3030828d..0dd2c07d2ae1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-ppx_jane
-pkgver=113.24.01
+pkgver=113.33.03
pkgrel=1
license=('Apache')
arch=('i686' 'x86_64')
pkgdesc="Standard Jane Street ppx rewriters"
url="https://github.com/janestreet/ppx_jane"
-depends=('ocaml' 'ocaml-ppx_assert' 'ocaml-ppx_bench' 'ocaml-ppx_bin_prot' 'ocaml-ppx_compare' 'ocaml-ppx_custom_printf' 'ocaml-ppx_driver' 'ocaml-ppx_enumerate' 'ocaml-ppx_expect' 'ocaml-ppx_fail' 'ocaml-ppx_fields_conv' 'ocaml-ppx_here' 'ocaml-ppx_inline_test' 'ocaml-ppx_let' 'ocaml-ppx_pipebang' 'ocaml-ppx_sexp_conv' 'ocaml-ppx_sexp_message' 'ocaml-ppx_sexp_value' 'ocaml-ppx_type_conv' 'ocaml-ppx_typerep_conv' 'ocaml-ppx_variants_conv')
-makedepends=('ocaml-findlib' 'opam')
+depends=('ocaml' 'ocaml-ppx_assert' 'ocaml-ppx_bench' 'ocaml-ppx_bin_prot' 'ocaml-ppx_compare' 'ocaml-ppx_custom_printf' 'ocaml-ppx_driver' 'ocaml-ppx_enumerate' 'ocaml-ppx_expect' 'ocaml-ppx_fail' 'ocaml-ppx_fields_conv' 'ocaml-ppx_here' 'ocaml-ppx_inline_test' 'ocaml-ppx_let' 'ocaml-ppx_pipebang' 'ocaml-ppx_sexp_conv' 'ocaml-ppx_sexp_message' 'ocaml-ppx_sexp_value' 'ocaml-ppx_typerep_conv' 'ocaml-ppx_variants_conv')
+makedepends=('ocaml-findlib' 'ocaml-js-build-tools' '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=('45670eef012a55c4307befa2ca391939'
+md5sums=('14e4dea12340e225e7b413b6c3b62a37'
'7f0a951f1ac87385272ea7a6dd58762a')
prepare() {