summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2016-07-29 15:17:11 +0200
committerJakob Gahde2016-07-29 15:17:11 +0200
commitddf792d77fdde64a3c2e90bf6fbe30ad6b199972 (patch)
tree710a7ede543e78c2701d980dd0948fdf249f295a /PKGBUILD
parent0531b673ee460b5c4ac978acc058da4731744b03 (diff)
downloadaur-ddf792d77fdde64a3c2e90bf6fbe30ad6b199972.tar.gz
ocaml-ppx_typerep_conv 113.33.03-1: New version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 660a78432fcf..bd6e5d52bdf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-ppx_typerep_conv
-pkgver=113.24.00
+pkgver=113.33.03
pkgrel=1
license=('Apache')
arch=('i686' 'x86_64')
pkgdesc="Generation of runtime types from type declarations"
url="https://github.com/janestreet/ppx_typerep_conv"
depends=('ocaml' 'ocaml-ppx_core' 'ocaml-ppx_tools' 'ocaml-ppx_type_conv' 'ocaml-typerep')
-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=('b6e032525242de38ac7e760ab00ec833'
+md5sums=('5dfa2918b204dee5ee5f09ee0863be63'
'7f0a951f1ac87385272ea7a6dd58762a')
prepare() {