summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ5lx2015-07-12 13:53:24 +0200
committerJ5lx2015-07-12 13:53:24 +0200
commitc8b91290f8486cbe973ed303fd0888c45fe66bc9 (patch)
tree5bbf05fb419d9a8a5e66fa2227e8bb8b45d3da4f
parent3735271a934967bd6d2a38800cc6bbf0dae45765 (diff)
downloadaur-c8b91290f8486cbe973ed303fd0888c45fe66bc9.tar.gz
112.35.00-1: Update to new upstream version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04689f6608db..9f45f41ef19a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-sexplib
pkgdesc = Library for serializing OCaml values to and from S-expressions
- pkgver = 112.24.01
+ pkgver = 112.35.00
pkgrel = 1
url = https://github.com/janestreet/sexplib
arch = i686
@@ -9,8 +9,8 @@ pkgbase = ocaml-sexplib
makedepends = ocaml-findlib
depends = ocaml>=4.02.1
options = !strip
- source = https://ocaml.janestreet.com/ocaml-core/112.24/files/sexplib-112.24.01.tar.gz
- md5sums = afd85fa98296808b2d7831ac39b77c56
+ source = https://ocaml.janestreet.com/ocaml-core/112.35/files/sexplib-112.35.00.tar.gz
+ md5sums = c403a3436fa688d131f7d57334fe4a1c
pkgname = ocaml-sexplib
diff --git a/PKGBUILD b/PKGBUILD
index 6689253be973..5ac54b49de8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Sylvester Johansson <scj(at)archlinux(dot)us>
pkgname=ocaml-sexplib
-pkgver=112.24.01
+pkgver=112.35.00
pkgrel=1
pkgdesc="Library for serializing OCaml values to and from S-expressions"
arch=('i686' 'x86_64')
@@ -15,8 +15,8 @@ depends=('ocaml>=4.02.1')
makedepends=('ocaml-findlib')
options=('!strip')
url="https://github.com/janestreet/sexplib"
-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]+")$([[ $(echo ${pkgver} | grep -Po "[0-9]+$") != "00" ]] && echo ".$(echo ${pkgver} | grep -Po "[0-9]+$")").tar.gz")
-md5sums=('afd85fa98296808b2d7831ac39b77c56')
+source=("https://ocaml.janestreet.com/ocaml-core/$(echo ${pkgver} | grep -Po "^[0-9]+\.[0-9]+")/files/${pkgname#ocaml-}-${pkgver}.tar.gz")
+md5sums=('c403a3436fa688d131f7d57334fe4a1c')
build() {
cd "${srcdir}/${pkgname#ocaml-}-${pkgver}"