summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2016-07-29 12:18:15 +0200
committerJakob Gahde2016-07-29 12:18:15 +0200
commit840e2d4f09f1c6efbd8b3925ff97a1a847b3b2da (patch)
tree731d8080e8c06e04454a1275dc9f7a1344d9e2e5
parentfb391c349f3056e27a19853ae6066273f84fc5bd (diff)
downloadaur-840e2d4f09f1c6efbd8b3925ff97a1a847b3b2da.tar.gz
ocaml-bin_prot 113.33.03-1: New version
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40b94671f8d6..05a403440003 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
# Generated by mksrcinfo v8
-# Mon Mar 28 19:11:51 UTC 2016
+# Fri Jul 29 10:17:52 UTC 2016
pkgbase = ocaml-bin_prot
pkgdesc = A binary protocol generator
- pkgver = 113.33.00
+ pkgver = 113.33.03
pkgrel = 1
url = https://github.com/janestreet/bin_prot
arch = i686
arch = x86_64
license = Apache
+ makedepends = ocaml-js-build-tools
makedepends = ocaml-findlib
makedepends = opam
depends = ocaml
- depends = ocaml-type_conv
options = !strip
- source = https://ocaml.janestreet.com/ocaml-core/113.33/files/bin_prot-113.33.00.tar.gz
+ source = https://ocaml.janestreet.com/ocaml-core/113.33/files/bin_prot-113.33.03.tar.gz
source = libdir.patch
- md5sums = c7a3b40330d5c81d9867a29124ef4c1e
+ md5sums = d90c8977da36e4aafd3e0421744fd818
md5sums = 7f0a951f1ac87385272ea7a6dd58762a
pkgname = ocaml-bin_prot
diff --git a/PKGBUILD b/PKGBUILD
index 23b0704779d3..9ba7a666ec6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-bin_prot
-pkgver=113.33.00
+pkgver=113.33.03
pkgrel=1
license=('Apache')
arch=('i686' 'x86_64')
pkgdesc="A binary protocol generator"
url="https://github.com/janestreet/bin_prot"
-depends=('ocaml' 'ocaml-type_conv')
-makedepends=('ocaml-findlib' 'opam')
+depends=('ocaml')
+makedepends=('ocaml-js-build-tools' 'ocaml-findlib' '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=('c7a3b40330d5c81d9867a29124ef4c1e'
+md5sums=('d90c8977da36e4aafd3e0421744fd818'
'7f0a951f1ac87385272ea7a6dd58762a')
prepare() {