summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2016-03-29 00:43:40 +0200
committerJakob Gahde2016-03-29 00:43:40 +0200
commit783674067290a519612c00ff8c0995c6b38a3503 (patch)
tree19b18fdca93cd49312cefde9dd2276de3b2d6ae4
parent7c5bf49742b102d672e9d6dbe755897848dc0ce5 (diff)
downloadaur-783674067290a519612c00ff8c0995c6b38a3503.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 dcc0e100e58f..0e27893889c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Feb 6 01:54:24 UTC 2016
+# Mon Mar 28 22:43:14 UTC 2016
pkgbase = ocaml-ppx_optcomp
pkgdesc = Optional compilation for OCaml
- pkgver = 113.24.00
+ pkgver = 113.33.00
pkgrel = 1
url = https://github.com/janestreet/ppx_optcomp
arch = i686
@@ -14,9 +14,9 @@ pkgbase = ocaml-ppx_optcomp
depends = ocaml-ppx_core
depends = ocaml-ppx_tools
options = !strip
- source = https://ocaml.janestreet.com/ocaml-core/113.24/files/ppx_optcomp-113.24.00.tar.gz
+ source = https://ocaml.janestreet.com/ocaml-core/113.33/files/ppx_optcomp-113.33.00.tar.gz
source = libdir.patch
- md5sums = 1d42ced8abc31ae8d6bb527582985144
+ md5sums = 55c340c0f5173fdda648a64fe0287f71
md5sums = 7f0a951f1ac87385272ea7a6dd58762a
pkgname = ocaml-ppx_optcomp
diff --git a/PKGBUILD b/PKGBUILD
index 318503e274ae..02477eee2ed8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-ppx_optcomp
-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=('1d42ced8abc31ae8d6bb527582985144'
+md5sums=('55c340c0f5173fdda648a64fe0287f71'
'7f0a951f1ac87385272ea7a6dd58762a')
prepare() {