summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2017-06-06 14:07:31 +0200
committerJakob Gahde2017-06-06 14:07:31 +0200
commitf13cb373d01b3a608ee81b70a7b4a258a9018dd4 (patch)
tree2e37c7e67a4d72ac2f1a1077f8480ea987e5637f /PKGBUILD
parentca3873e288d59b255fbd35602f1f24025313f417 (diff)
downloadaur-ocaml-pa_bench.tar.gz
ocaml-pa_bench 113.00.00-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 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() {