summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2017-06-06 14:07:31 +0200
committerJakob Gahde2017-06-06 14:07:31 +0200
commitf13cb373d01b3a608ee81b70a7b4a258a9018dd4 (patch)
tree2e37c7e67a4d72ac2f1a1077f8480ea987e5637f
parentca3873e288d59b255fbd35602f1f24025313f417 (diff)
downloadaur-f13cb373d01b3a608ee81b70a7b4a258a9018dd4.tar.gz
ocaml-pa_bench 113.00.00-1: PKGBUILD formatting tweaks
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16463985e856..6c7ea36eecbb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Tue Jun 6 12:07:12 UTC 2017
pkgbase = ocaml-pa_bench
pkgdesc = Syntax extension for inline benchmarks
pkgver = 113.00.00
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() {