summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2017-06-06 14:27:21 +0200
committerJakob Gahde2017-06-06 14:27:21 +0200
commit3ee443dc956bc279fbc7ffeab7c252bd41d7f698 (patch)
treef6287cb8c7255fcc40a05b60fe0ec79f62cdf825 /PKGBUILD
parent388336a54819fad564b4c00ddde36f2d78932f81 (diff)
downloadaur-3ee443dc956bc279fbc7ffeab7c252bd41d7f698.tar.gz
ocaml-ppx_inline_test 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 33746f686ad1..ed04b20f316c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=ocaml-ppx_inline_test
pkgver=113.33.03
pkgrel=1
-license=('Apache')
-arch=('i686' 'x86_64')
pkgdesc="Syntax extension for writing in-line tests in ocaml code"
+arch=('i686' 'x86_64')
url="https://github.com/janestreet/ppx_inline_test"
+license=('Apache')
depends=('ocaml' 'ocaml-ppx_core' 'ocaml-ppx_driver' 'ocaml-ppx_tools')
makedepends=('ocaml-findlib' 'ocaml-js-build-tools' 'opam')
+options=('!strip' '!emptydirs')
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"
"exedir.patch")
-options=('!strip' '!emptydirs')
md5sums=('6abbbcbe8aefbb9d30721e252cd5c7f4'
'7f0a951f1ac87385272ea7a6dd58762a'
'e4d9f81044407306bb88373ae2e12932')