summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2017-06-06 11:24:52 +0200
committerJakob Gahde2017-06-06 11:24:52 +0200
commit1856489baff22735f88cfc76a4a64ec4004f83d8 (patch)
tree33e1b15f0331f161a3060060001e459193031140 /PKGBUILD
parentdf0dd93780379696fda59b88d752d013fdc2ff4d (diff)
downloadaur-1856489baff22735f88cfc76a4a64ec4004f83d8.tar.gz
ocaml-core_bench 113.33.03-1: PKGBUILD formatting tweaks
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c5634938eaf..7012c59901cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=ocaml-core_bench
pkgver=113.33.03
pkgrel=1
-license=('Apache')
-arch=('i686' 'x86_64')
pkgdesc="A micro-benchmarking library for ocaml"
+arch=('i686' 'x86_64')
url="https://github.com/janestreet/core_bench"
+license=('Apache')
depends=('ocaml' 'ocaml-bin_prot' 'ocaml-core' 'ocaml-core_extended' 'ocaml-fieldslib' 'ocaml-ppx_assert' 'ocaml-ppx_bench' 'ocaml-ppx_driver' 'ocaml-ppx_expect' 'ocaml-ppx_inline_test' 'ocaml-ppx_jane' 'ocaml-sexplib' 'ocaml-textutils' 'ocaml-typerep' 'ocaml-variantslib')
makedepends=('ocaml-findlib' 'ocaml-js-build-tools' 'opam')
+options=('!strip')
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=('ac6b4fa58d1d4baa236d398f5a4d41b3'
'7f0a951f1ac87385272ea7a6dd58762a')