summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f83d453897a4..c60fc4b6d176 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Jul 29 11:28:21 UTC 2016
+# Tue Jun 6 12:30:42 UTC 2017
pkgbase = ocaml-ppx_sexp_conv
pkgdesc = Generation of S-expression conversion functions from type definitions
pkgver = 113.33.03
diff --git a/PKGBUILD b/PKGBUILD
index a7f4204d816e..c2d5a04cc884 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=ocaml-ppx_sexp_conv
pkgver=113.33.03
pkgrel=1
-license=('Apache')
-arch=('i686' 'x86_64')
pkgdesc="Generation of S-expression conversion functions from type definitions"
+arch=('i686' 'x86_64')
url="https://github.com/janestreet/ppx_sexp_conv"
+license=('Apache')
depends=('ocaml' 'ocaml-ppx_core' 'ocaml-ppx_tools' 'ocaml-ppx_type_conv' 'ocaml-sexplib')
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=('065b0f514aee32a2dbcd9e19d98af85c'
'7f0a951f1ac87385272ea7a6dd58762a')