summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2016-07-29 12:41:03 +0200
committerJakob Gahde2016-07-29 12:41:03 +0200
commit2146f2ac6de2050d2878a3ce1a7e82c1e04c0034 (patch)
tree8b3e068fc3da2c2b78543f966aaa72f77c41f1b5
parent5d1c7ea503f1a380c48e848eb6c532dc4146babd (diff)
downloadaur-2146f2ac6de2050d2878a3ce1a7e82c1e04c0034.tar.gz
ocaml-ppx_driver 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 1ec9a554867a..3666ff489db4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,23 @@
# Generated by mksrcinfo v8
-# Mon Mar 28 22:47:08 UTC 2016
+# Fri Jul 29 10:40:44 UTC 2016
pkgbase = ocaml-ppx_driver
pkgdesc = Feature-full driver for OCaml AST transformers
- pkgver = 113.33.00
+ pkgver = 113.33.03
pkgrel = 1
url = https://github.com/janestreet/ppx_driver
arch = i686
arch = x86_64
license = Apache
makedepends = ocaml-findlib
+ makedepends = ocaml-js-build-tools
makedepends = opam
depends = ocaml
depends = ocaml-ppx_core
depends = ocaml-ppx_optcomp
options = !strip
- source = https://ocaml.janestreet.com/ocaml-core/113.33/files/ppx_driver-113.33.00.tar.gz
+ source = https://ocaml.janestreet.com/ocaml-core/113.33/files/ppx_driver-113.33.03.tar.gz
source = libdir.patch
- md5sums = 4ddefe64b09991947771900afaedbae6
+ md5sums = 9e87c2d1ea772718637afc335e88dc45
md5sums = 7f0a951f1ac87385272ea7a6dd58762a
pkgname = ocaml-ppx_driver
diff --git a/PKGBUILD b/PKGBUILD
index 10452b16b71f..ebc27a2e1d5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-ppx_driver
-pkgver=113.33.00
+pkgver=113.33.03
pkgrel=1
license=('Apache')
arch=('i686' 'x86_64')
pkgdesc="Feature-full driver for OCaml AST transformers"
url="https://github.com/janestreet/ppx_driver"
depends=('ocaml' 'ocaml-ppx_core' 'ocaml-ppx_optcomp')
-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=('4ddefe64b09991947771900afaedbae6'
+md5sums=('9e87c2d1ea772718637afc335e88dc45'
'7f0a951f1ac87385272ea7a6dd58762a')
prepare() {