summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2017-06-06 14:32:19 +0200
committerJakob Gahde2017-06-06 14:32:19 +0200
commitd1e8cb0cdaca65eca920f86dd85ed164679b902a (patch)
tree6636bb4e71d0130062efc757a231f57765d8f930 /PKGBUILD
parent24f80e3c4a9ca805c04300749c79f63fa17b5156 (diff)
downloadaur-d1e8cb0cdaca65eca920f86dd85ed164679b902a.tar.gz
ocaml-ppx_sexp_value 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 087ea0d6e6a0..00919ece3c95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=ocaml-ppx_sexp_value
pkgver=113.33.03
pkgrel=1
-license=('Apache')
-arch=('i686' 'x86_64')
pkgdesc="A ppx rewriter that simplifies building s-expressions from ocaml values"
+arch=('i686' 'x86_64')
url="https://github.com/janestreet/ppx_sexp_value"
+license=('Apache')
depends=('ocaml' 'ocaml-ppx_core' 'ocaml-ppx_driver' 'ocaml-ppx_here' 'ocaml-ppx_sexp_conv' '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=('0582ea3bc8edddc6bb8731514059da84'
'7f0a951f1ac87385272ea7a6dd58762a'
'e155286965bf825c87fbeca63fa53e01')