summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2017-06-06 14:31:43 +0200
committerJakob Gahde2017-06-06 14:31:43 +0200
commitd4ab62bbb85927441bb9fe8a38be3ab58fa81527 (patch)
treeeece09af762d2ce75a2dc181aa56b9625cba314d
parente6813e9a80677cb61d16ae9e449a394b2cb1d003 (diff)
downloadaur-d4ab62bbb85927441bb9fe8a38be3ab58fa81527.tar.gz
ocaml-ppx_sexp_message 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 bf8954b35612..43e06a9f0c51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Jul 29 13:09:29 UTC 2016
+# Tue Jun 6 12:31:21 UTC 2017
pkgbase = ocaml-ppx_sexp_message
pkgdesc = A ppx rewriter for easy construction of s-expressions
pkgver = 113.33.03
diff --git a/PKGBUILD b/PKGBUILD
index 74a596e4d4de..f332effef052 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=ocaml-ppx_sexp_message
pkgver=113.33.03
pkgrel=1
-license=('Apache')
-arch=('i686' 'x86_64')
pkgdesc="A ppx rewriter for easy construction of s-expressions"
+arch=('i686' 'x86_64')
url="https://github.com/janestreet/ppx_sexp_message"
+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=('91b7c60217aa86d73b1cd33ec6909a2d'
'7f0a951f1ac87385272ea7a6dd58762a'
'8c2670c9ecd0c91d1d56d71957a44e99')