summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2016-07-29 12:45:51 +0200
committerJakob Gahde2016-07-29 12:45:51 +0200
commita3e253b122d98613b475d947c0285da35594de6a (patch)
treede5f27dbc8ec2750fbece7ec60de1c15a7d9988b
parent9349121554a9c635ffc519efd729f73f658c019f (diff)
downloadaur-a3e253b122d98613b475d947c0285da35594de6a.tar.gz
ocaml-ppx_type_conv 113.33.03-1: New version
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7de27e78fbbc..5d98586d17b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Mon Mar 28 22:53:37 UTC 2016
+# Fri Jul 29 10:45:25 UTC 2016
pkgbase = ocaml-ppx_type_conv
pkgdesc = Support Library for type-driven code generators
- pkgver = 113.33.00
+ pkgver = 113.33.03
pkgrel = 1
url = https://github.com/janestreet/ppx_type_conv
arch = i686
arch = x86_64
license = Apache
makedepends = ocaml-findlib
+ makedepends = ocaml-js-build-tools
makedepends = opam
depends = ocaml
depends = ocaml-ppx_core
@@ -16,9 +17,9 @@ pkgbase = ocaml-ppx_type_conv
depends = ocaml-ppx_driver
depends = ocaml-ppx_tools
options = !strip
- source = https://ocaml.janestreet.com/ocaml-core/113.33/files/ppx_type_conv-113.33.00.tar.gz
+ source = https://ocaml.janestreet.com/ocaml-core/113.33/files/ppx_type_conv-113.33.03.tar.gz
source = libdir.patch
- md5sums = 470f20531bfd497ea8ee48e4f4a717b4
+ md5sums = 180b8573949073c52ed706db75937875
md5sums = 7f0a951f1ac87385272ea7a6dd58762a
pkgname = ocaml-ppx_type_conv
diff --git a/PKGBUILD b/PKGBUILD
index 2ba378f1728d..e3c049e6f3e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-ppx_type_conv
-pkgver=113.33.00
+pkgver=113.33.03
pkgrel=1
license=('Apache')
arch=('i686' 'x86_64')
pkgdesc="Support Library for type-driven code generators"
url="https://github.com/janestreet/ppx_type_conv"
depends=('ocaml' 'ocaml-ppx_core' 'ocaml-ppx_deriving' 'ocaml-ppx_driver' 'ocaml-ppx_tools')
-makedepends=('ocaml-findlib' 'opam')
+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=('470f20531bfd497ea8ee48e4f4a717b4'
+md5sums=('180b8573949073c52ed706db75937875'
'7f0a951f1ac87385272ea7a6dd58762a')
prepare() {