summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ5lx2015-10-05 17:38:09 +0200
committerJ5lx2015-10-05 17:38:09 +0200
commitca3873e288d59b255fbd35602f1f24025313f417 (patch)
tree0bf58262ce5bf2001638b20ddb5b007d4c526c8b
parent0faf30cd2473cbe104b0f5c22370a549812d515c (diff)
downloadaur-ca3873e288d59b255fbd35602f1f24025313f417.tar.gz
113.00.00-1: Update to new version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a99fb87f3a7..16463985e856 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-pa_bench
pkgdesc = Syntax extension for inline benchmarks
- pkgver = 112.06.00
+ pkgver = 113.00.00
pkgrel = 1
url = https://github.com/janestreet/pa_bench
arch = i686
@@ -11,8 +11,8 @@ pkgbase = ocaml-pa_bench
depends = ocaml-pa_ounit
depends = ocaml-type_conv
options = !strip
- source = https://ocaml.janestreet.com/ocaml-core/112.06.00/individual/pa_bench-112.06.00.tar.gz
- md5sums = c270ccea47f83bf2a9206d1fa502c02e
+ source = https://ocaml.janestreet.com/ocaml-core/113.00/files/pa_bench-113.00.00.tar.gz
+ md5sums = 151e7c08f376d4b0c6a1b9b250ffb282
pkgname = ocaml-pa_bench
diff --git a/PKGBUILD b/PKGBUILD
index c38aea9c5f7f..1135186f6eb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-pa_bench
-pkgver=112.06.00
+pkgver=113.00.00
pkgrel=1
license=('Apache')
arch=('i686' 'x86_64')
@@ -9,9 +9,9 @@ pkgdesc="Syntax extension for inline benchmarks"
url="https://github.com/janestreet/pa_bench"
depends=('ocaml' 'ocaml-pa_ounit' 'ocaml-type_conv')
makedepends=('ocaml-findlib')
-source=("https://ocaml.janestreet.com/ocaml-core/${pkgver}/individual/${pkgname#ocaml-}-${pkgver}.tar.gz")
+source=("https://ocaml.janestreet.com/ocaml-core/$(echo ${pkgver} | grep -Po "^[0-9]+\.[0-9]+")/files/${pkgname#ocaml-}-${pkgver}.tar.gz")
options=('!strip')
-md5sums=('c270ccea47f83bf2a9206d1fa502c02e')
+md5sums=('151e7c08f376d4b0c6a1b9b250ffb282')
build() {
cd "${srcdir}/${pkgname#ocaml-}-${pkgver}"