summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2017-06-06 14:16:28 +0200
committerJakob Gahde2017-06-06 14:16:28 +0200
commitef02d8759331b7fbe517ab616a2f37aa85fe83e3 (patch)
tree4419f35f8b0307657f82955266f76bc4a8f7b430
parent405b3fe10109b8bbdcb0f3a1bfd07b682f8424ca (diff)
downloadaur-ef02d8759331b7fbe517ab616a2f37aa85fe83e3.tar.gz
ocaml-ppx_bin_prot 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 97b415eb40c7..ffc971b1c84d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Jul 29 12:29:17 UTC 2016
+# Tue Jun 6 12:16:00 UTC 2017
pkgbase = ocaml-ppx_bin_prot
pkgdesc = Generation of bin_prot readers and writers from types
pkgver = 113.33.03
diff --git a/PKGBUILD b/PKGBUILD
index c7196de089df..c83a763dc79b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=ocaml-ppx_bin_prot
pkgver=113.33.03
pkgrel=1
-license=('Apache')
-arch=('i686' 'x86_64')
pkgdesc="Generation of bin_prot readers and writers from types"
+arch=('i686' 'x86_64')
url="https://github.com/janestreet/ppx_bin_prot"
+license=('Apache')
depends=('ocaml' 'ocaml-bin_prot' 'ocaml-ppx_core' 'ocaml-ppx_driver' 'ocaml-ppx_here' 'ocaml-ppx_tools' 'ocaml-ppx_type_conv')
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=('b3ef749c641056781dd2b861e72c7692'
'7f0a951f1ac87385272ea7a6dd58762a')