summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2017-06-06 14:20:36 +0200
committerJakob Gahde2017-06-06 14:20:36 +0200
commitf37e6632e6927e7738e83283d71a324a3362dee8 (patch)
treec974efdedc061ab04f4746fc911e7908b9eca4aa
parentca6a44944bc08af76f22cfa2575245226494633b (diff)
downloadaur-f37e6632e6927e7738e83283d71a324a3362dee8.tar.gz
ocaml-ppx_custom_printf 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 af745c758686..76a752d7c154 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Jul 29 12:01:15 UTC 2016
+# Tue Jun 6 12:20:07 UTC 2017
pkgbase = ocaml-ppx_custom_printf
pkgdesc = Printf-style format-strings for user-defined string conversion
pkgver = 113.33.03
diff --git a/PKGBUILD b/PKGBUILD
index d4d91fd4cc55..0c583f9d0f1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=ocaml-ppx_custom_printf
pkgver=113.33.03
pkgrel=1
-license=('Apache')
-arch=('i686' 'x86_64')
pkgdesc="Printf-style format-strings for user-defined string conversion"
+arch=('i686' 'x86_64')
url="https://github.com/janestreet/ppx_custom_printf"
+license=('Apache')
depends=('ocaml' 'ocaml-ppx_core' 'ocaml-ppx_driver' '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=('303cd723860c591491e813a43e846699'
'7f0a951f1ac87385272ea7a6dd58762a'
'68890ac5a31e5062096ee66bc4ff6c90')