summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2017-06-06 14:22:02 +0200
committerJakob Gahde2017-06-06 14:22:02 +0200
commita72ca76ddbe6bc2c6b3f0b4352fd2050a35768a7 (patch)
tree087ccee98c9e465d5406d78b63ded0cdc4089765 /PKGBUILD
parent2146f2ac6de2050d2878a3ce1a7e82c1e04c0034 (diff)
downloadaur-a72ca76ddbe6bc2c6b3f0b4352fd2050a35768a7.tar.gz
ocaml-ppx_driver 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 ebc27a2e1d5a..687b41f372fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=ocaml-ppx_driver
pkgver=113.33.03
pkgrel=1
-license=('Apache')
-arch=('i686' 'x86_64')
pkgdesc="Feature-full driver for OCaml AST transformers"
+arch=('i686' 'x86_64')
url="https://github.com/janestreet/ppx_driver"
+license=('Apache')
depends=('ocaml' 'ocaml-ppx_core' 'ocaml-ppx_optcomp')
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=('9e87c2d1ea772718637afc335e88dc45'
'7f0a951f1ac87385272ea7a6dd58762a')