summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2017-06-06 14:34:03 +0200
committerJakob Gahde2017-06-06 14:34:03 +0200
commit39f01681cadb7d1e915760257a653b17b504a677 (patch)
treeac13f448631decc62993a2734877b31e1dd9034d
parentddf792d77fdde64a3c2e90bf6fbe30ad6b199972 (diff)
downloadaur-39f01681cadb7d1e915760257a653b17b504a677.tar.gz
ocaml-ppx_typerep_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 8960f5b56d04..a6e8b457420a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Jul 29 13:16:49 UTC 2016
+# Tue Jun 6 12:33:45 UTC 2017
pkgbase = ocaml-ppx_typerep_conv
pkgdesc = Generation of runtime types from type declarations
pkgver = 113.33.03
diff --git a/PKGBUILD b/PKGBUILD
index bd6e5d52bdf6..21646ddf4b7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=ocaml-ppx_typerep_conv
pkgver=113.33.03
pkgrel=1
-license=('Apache')
-arch=('i686' 'x86_64')
pkgdesc="Generation of runtime types from type declarations"
+arch=('i686' 'x86_64')
url="https://github.com/janestreet/ppx_typerep_conv"
+license=('Apache')
depends=('ocaml' 'ocaml-ppx_core' 'ocaml-ppx_tools' 'ocaml-ppx_type_conv' 'ocaml-typerep')
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=('5dfa2918b204dee5ee5f09ee0863be63'
'7f0a951f1ac87385272ea7a6dd58762a')