summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ5lx2016-03-09 22:12:37 +0100
committerJ5lx2016-03-09 22:12:37 +0100
commit582e3f1f87d9e829af1a0dedb386f5d73939d3b4 (patch)
tree2530b58a226a15e244bc6f6602ce8e7ec7a75349
parenta130398974cebea1fb3aeb76b2b7993840e27518 (diff)
downloadaur-582e3f1f87d9e829af1a0dedb386f5d73939d3b4.tar.gz
113.24.01-1: New version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efb08be82812..beacf4e53277 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Feb 6 03:02:14 UTC 2016
+# Wed Mar 9 21:12:19 UTC 2016
pkgbase = ocaml-ppx_bin_prot
pkgdesc = Generation of bin_prot readers and writers from types
- pkgver = 113.24.00
+ pkgver = 113.24.01
pkgrel = 1
url = https://github.com/janestreet/ppx_bin_prot
arch = i686
@@ -16,9 +16,9 @@ pkgbase = ocaml-ppx_bin_prot
depends = ocaml-ppx_tools
depends = ocaml-ppx_type_conv
options = !strip
- source = https://ocaml.janestreet.com/ocaml-core/113.24/files/ppx_bin_prot-113.24.00.tar.gz
+ source = https://ocaml.janestreet.com/ocaml-core/113.24/files/ppx_bin_prot-113.24.01.tar.gz
source = libdir.patch
- md5sums = 9d8993df8ce8690b5068d2e82b6a883d
+ md5sums = 18cc602ab9a057b70eefa3efb482b5a1
md5sums = 7f0a951f1ac87385272ea7a6dd58762a
pkgname = ocaml-ppx_bin_prot
diff --git a/PKGBUILD b/PKGBUILD
index 9b11139fa12f..c37053322ca5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-ppx_bin_prot
-pkgver=113.24.00
+pkgver=113.24.01
pkgrel=1
license=('Apache')
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ 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=('9d8993df8ce8690b5068d2e82b6a883d'
+md5sums=('18cc602ab9a057b70eefa3efb482b5a1'
'7f0a951f1ac87385272ea7a6dd58762a')
prepare() {