summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2017-06-06 14:33:24 +0200
committerJakob Gahde2017-06-06 14:33:24 +0200
commita98dec1bf7b0090e41d86b51839338c91ad5140e (patch)
treeebe767f9754c45e38836e0d6d0a1720f5e5dd9e4
parenta3e253b122d98613b475d947c0285da35594de6a (diff)
downloadaur-a98dec1bf7b0090e41d86b51839338c91ad5140e.tar.gz
ocaml-ppx_type_conv 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 5d98586d17b4..0ba844bb87e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Jul 29 10:45:25 UTC 2016
+# Tue Jun 6 12:32:51 UTC 2017
pkgbase = ocaml-ppx_type_conv
pkgdesc = Support Library for type-driven code generators
pkgver = 113.33.03
diff --git a/PKGBUILD b/PKGBUILD
index e3c049e6f3e2..0427bdfc63f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=ocaml-ppx_type_conv
pkgver=113.33.03
pkgrel=1
-license=('Apache')
-arch=('i686' 'x86_64')
pkgdesc="Support Library for type-driven code generators"
+arch=('i686' 'x86_64')
url="https://github.com/janestreet/ppx_type_conv"
+license=('Apache')
depends=('ocaml' 'ocaml-ppx_core' 'ocaml-ppx_deriving' 'ocaml-ppx_driver' 'ocaml-ppx_tools')
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=('180b8573949073c52ed706db75937875'
'7f0a951f1ac87385272ea7a6dd58762a')