summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2017-06-06 14:30:17 +0200
committerJakob Gahde2017-06-06 14:30:17 +0200
commitbd98fa77deffd7e45370283ddf326236f8a5dcc8 (patch)
tree6418e04387e61662ed9d6a917c784dc99bf77bd0
parent5e06778622b4886762dc2845db2ed1ad7837946d (diff)
downloadaur-bd98fa77deffd7e45370283ddf326236f8a5dcc8.tar.gz
ocaml-ppx_pipebang 113.33.03-1: PKGBUILD formatting tweaks
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0c8636736bf..bd9046f59789 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Jul 29 13:03:57 UTC 2016
+# Tue Jun 6 12:29:59 UTC 2017
pkgbase = ocaml-ppx_pipebang
pkgdesc = A ppx rewriter that inlines reverse application operators `|>` and `|!`
pkgver = 113.33.03
diff --git a/PKGBUILD b/PKGBUILD
index 7ec382ddfab0..31c180e64d31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=ocaml-ppx_pipebang
pkgver=113.33.03
pkgrel=1
-license=('Apache')
-arch=('i686' 'x86_64')
pkgdesc="A ppx rewriter that inlines reverse application operators \`|>\` and \`|!\`"
+arch=('i686' 'x86_64')
url="https://github.com/janestreet/ppx_pipebang"
+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=('c48be58c00c4d55cedce702ecef35584'
'7f0a951f1ac87385272ea7a6dd58762a'
'870190f0db69bd4ccd7386fbf761c2cf')