summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2016-03-29 00:53:57 +0200
committerJakob Gahde2016-03-29 00:53:57 +0200
commit9349121554a9c635ffc519efd729f73f658c019f (patch)
treeb94c7b3bc74a8189b2496ca7409ebcf1280aa706
parent3f2f20edd037d91ecea2ffeaca3ad109b79af0bb (diff)
downloadaur-9349121554a9c635ffc519efd729f73f658c019f.tar.gz
113.33.00-1: Version update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d03a78b3e752..7de27e78fbbc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Feb 6 02:07:55 UTC 2016
+# Mon Mar 28 22:53:37 UTC 2016
pkgbase = ocaml-ppx_type_conv
pkgdesc = Support Library for type-driven code generators
- pkgver = 113.24.00
+ pkgver = 113.33.00
pkgrel = 1
url = https://github.com/janestreet/ppx_type_conv
arch = i686
@@ -16,9 +16,9 @@ pkgbase = ocaml-ppx_type_conv
depends = ocaml-ppx_driver
depends = ocaml-ppx_tools
options = !strip
- source = https://ocaml.janestreet.com/ocaml-core/113.24/files/ppx_type_conv-113.24.00.tar.gz
+ source = https://ocaml.janestreet.com/ocaml-core/113.33/files/ppx_type_conv-113.33.00.tar.gz
source = libdir.patch
- md5sums = 12012679144f386664fe4a6c90fffbe3
+ md5sums = 470f20531bfd497ea8ee48e4f4a717b4
md5sums = 7f0a951f1ac87385272ea7a6dd58762a
pkgname = ocaml-ppx_type_conv
diff --git a/PKGBUILD b/PKGBUILD
index 358752551331..2ba378f1728d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-ppx_type_conv
-pkgver=113.24.00
+pkgver=113.33.00
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=('12012679144f386664fe4a6c90fffbe3'
+md5sums=('470f20531bfd497ea8ee48e4f4a717b4'
'7f0a951f1ac87385272ea7a6dd58762a')
prepare() {