summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ5lx2016-03-09 22:57:30 +0100
committerJ5lx2016-03-09 22:57:30 +0100
commitdd1ef324c837d6b7aa6a44cc17024fb1cc988c0b (patch)
tree3b8c63a26743dac775213ccb7c2eb07846748f8d
parent1ae565485c2108ab421eb35f07f39cdc67bd3717 (diff)
downloadaur-dd1ef324c837d6b7aa6a44cc17024fb1cc988c0b.tar.gz
113.24.02-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 afc2c3c20281..43cfcbc96cec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Feb 6 03:43:32 UTC 2016
+# Wed Mar 9 21:57:13 UTC 2016
pkgbase = ocaml-core
pkgdesc = Industrial strength alternative to OCaml's standard library
- pkgver = 113.24.00
+ pkgver = 113.24.02
pkgrel = 1
url = https://github.com/janestreet/core
arch = i686
@@ -25,9 +25,9 @@ pkgbase = ocaml-core
depends = ocaml-variantslib
optdepends = ocaml-utop: for coretop support
options = !strip
- source = https://ocaml.janestreet.com/ocaml-core/113.24/files/core-113.24.00.tar.gz
+ source = https://ocaml.janestreet.com/ocaml-core/113.24/files/core-113.24.02.tar.gz
source = libdir.patch
- md5sums = 90aa987056d18d8be2600bc1dd0d71de
+ md5sums = dca84e2fe387ef193ee584f043dae6ee
md5sums = 7f0a951f1ac87385272ea7a6dd58762a
pkgname = ocaml-core
diff --git a/PKGBUILD b/PKGBUILD
index 730145f3f1af..bfce693118cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-core
-pkgver=113.24.00
+pkgver=113.24.02
pkgrel=1
license=('Apache')
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('ocaml-findlib' 'opam')
source=("https://ocaml.janestreet.com/ocaml-core/$(echo ${pkgver} | grep -Po "^[0-9]+\.[0-9]+")/files/${pkgname#ocaml-}-${pkgver}.tar.gz"
"libdir.patch")
options=('!strip')
-md5sums=('90aa987056d18d8be2600bc1dd0d71de'
+md5sums=('dca84e2fe387ef193ee584f043dae6ee'
'7f0a951f1ac87385272ea7a6dd58762a')
prepare() {