summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"