summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2016-03-28 21:12:19 +0200
committerJakob Gahde2016-03-28 21:12:19 +0200
commitfb391c349f3056e27a19853ae6066273f84fc5bd (patch)
tree800ca15c6af89aaaf964f07325a7ff392a7affd8
parentc6fe94b0f72104808bb137a66acff500b0be4423 (diff)
downloadaur-fb391c349f3056e27a19853ae6066273f84fc5bd.tar.gz
113.33.00-1: Version update
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19216be7162a..40b94671f8d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Feb 6 01:11:47 UTC 2016
+# Mon Mar 28 19:11:51 UTC 2016
pkgbase = ocaml-bin_prot
pkgdesc = A binary protocol generator
- pkgver = 113.24.00
+ pkgver = 113.33.00
pkgrel = 1
url = https://github.com/janestreet/bin_prot
arch = i686
@@ -11,12 +11,11 @@ pkgbase = ocaml-bin_prot
makedepends = ocaml-findlib
makedepends = opam
depends = ocaml
- depends = camlp4
depends = ocaml-type_conv
options = !strip
- source = https://ocaml.janestreet.com/ocaml-core/113.24/files/bin_prot-113.24.00.tar.gz
+ source = https://ocaml.janestreet.com/ocaml-core/113.33/files/bin_prot-113.33.00.tar.gz
source = libdir.patch
- md5sums = 135255aca999c2eb460ea578f7a93f11
+ md5sums = c7a3b40330d5c81d9867a29124ef4c1e
md5sums = 7f0a951f1ac87385272ea7a6dd58762a
pkgname = ocaml-bin_prot
diff --git a/PKGBUILD b/PKGBUILD
index 08bf41e9b92c..23b0704779d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-bin_prot
-pkgver=113.24.00
+pkgver=113.33.00
pkgrel=1
license=('Apache')
arch=('i686' 'x86_64')
pkgdesc="A binary protocol generator"
url="https://github.com/janestreet/bin_prot"
-depends=('ocaml' 'camlp4' 'ocaml-type_conv')
+depends=('ocaml' 'ocaml-type_conv')
makedepends=('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=('135255aca999c2eb460ea578f7a93f11'
+md5sums=('c7a3b40330d5c81d9867a29124ef4c1e'
'7f0a951f1ac87385272ea7a6dd58762a')
prepare() {