summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2017-06-06 14:27:55 +0200
committerJakob Gahde2017-06-06 14:27:55 +0200
commite5aae06f4af58219f30d128d07dda06c4bd5de1a (patch)
tree63c3302722cbb323a0ef0baa5915262310670512 /PKGBUILD
parentcb56aba28c39b6f4c3c1f3c531a1732378d6dd81 (diff)
downloadaur-e5aae06f4af58219f30d128d07dda06c4bd5de1a.tar.gz
ocaml-ppx_jane 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 0dd2c07d2ae1..1fbd9c749310 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=ocaml-ppx_jane
pkgver=113.33.03
pkgrel=1
-license=('Apache')
-arch=('i686' 'x86_64')
pkgdesc="Standard Jane Street ppx rewriters"
+arch=('i686' 'x86_64')
url="https://github.com/janestreet/ppx_jane"
+license=('Apache')
depends=('ocaml' 'ocaml-ppx_assert' 'ocaml-ppx_bench' 'ocaml-ppx_bin_prot' 'ocaml-ppx_compare' 'ocaml-ppx_custom_printf' 'ocaml-ppx_driver' 'ocaml-ppx_enumerate' 'ocaml-ppx_expect' 'ocaml-ppx_fail' 'ocaml-ppx_fields_conv' 'ocaml-ppx_here' 'ocaml-ppx_inline_test' 'ocaml-ppx_let' 'ocaml-ppx_pipebang' 'ocaml-ppx_sexp_conv' 'ocaml-ppx_sexp_message' 'ocaml-ppx_sexp_value' 'ocaml-ppx_typerep_conv' 'ocaml-ppx_variants_conv')
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-}-$(echo ${pkgver} | grep -Po "^[0-9]+\.[0-9]+\.[0-9]+").tar.gz"
"libdir.patch")
-options=('!strip')
md5sums=('14e4dea12340e225e7b413b6c3b62a37'
'7f0a951f1ac87385272ea7a6dd58762a')