summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2016-07-29 12:36:33 +0200
committerJakob Gahde2016-07-29 12:36:33 +0200
commitad045a8ea32fd272b7a11c51e8e0eb083ad513b3 (patch)
tree57a54614f1288ce96762041362df8ee5d57209f7 /PKGBUILD
parent783674067290a519612c00ff8c0995c6b38a3503 (diff)
downloadaur-ad045a8ea32fd272b7a11c51e8e0eb083ad513b3.tar.gz
ocaml-ppx_optcomp 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 02477eee2ed8..6994c9ff762d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-ppx_optcomp
-pkgver=113.33.00
+pkgver=113.33.03
pkgrel=1
license=('Apache')
arch=('i686' 'x86_64')
pkgdesc="Optional compilation for OCaml"
url="https://github.com/janestreet/ppx_optcomp"
depends=('ocaml' 'ocaml-ppx_core' '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=('55c340c0f5173fdda648a64fe0287f71'
+md5sums=('d7281106c873157e3d10f62be3db0367'
'7f0a951f1ac87385272ea7a6dd58762a')
prepare() {