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 1135186f6eb0..98a02db60c69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=ocaml-pa_bench
pkgver=113.00.00
pkgrel=1
-license=('Apache')
-arch=('i686' 'x86_64')
pkgdesc="Syntax extension for inline benchmarks"
+arch=('i686' 'x86_64')
url="https://github.com/janestreet/pa_bench"
+license=('Apache')
depends=('ocaml' 'ocaml-pa_ounit' 'ocaml-type_conv')
makedepends=('ocaml-findlib')
-source=("https://ocaml.janestreet.com/ocaml-core/$(echo ${pkgver} | grep -Po "^[0-9]+\.[0-9]+")/files/${pkgname#ocaml-}-${pkgver}.tar.gz")
options=('!strip')
+source=("https://ocaml.janestreet.com/ocaml-core/$(echo ${pkgver} | grep -Po "^[0-9]+\.[0-9]+")/files/${pkgname#ocaml-}-${pkgver}.tar.gz")
md5sums=('151e7c08f376d4b0c6a1b9b250ffb282')
build() {