summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2017-06-06 11:20:54 +0200
committerJakob Gahde2017-06-06 11:20:54 +0200
commit53e4d06ca0bb5e37569a8f8567f5b7fd95a769b7 (patch)
tree40fbfa35eeb8945e375a3cc0aabc156dee664ae2
parent840e2d4f09f1c6efbd8b3925ff97a1a847b3b2da (diff)
downloadaur-53e4d06ca0bb5e37569a8f8567f5b7fd95a769b7.tar.gz
ocaml-bin_prot 133.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 05a403440003..98a1d305b412 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Jul 29 10:17:52 UTC 2016
+# Tue Jun 6 09:20:26 UTC 2017
pkgbase = ocaml-bin_prot
pkgdesc = A binary protocol generator
pkgver = 113.33.03
diff --git a/PKGBUILD b/PKGBUILD
index 9ba7a666ec6f..484471d9ee37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=ocaml-bin_prot
pkgver=113.33.03
pkgrel=1
-license=('Apache')
-arch=('i686' 'x86_64')
pkgdesc="A binary protocol generator"
+arch=('i686' 'x86_64')
url="https://github.com/janestreet/bin_prot"
+license=('Apache')
depends=('ocaml')
makedepends=('ocaml-js-build-tools' 'ocaml-findlib' '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=('d90c8977da36e4aafd3e0421744fd818'
'7f0a951f1ac87385272ea7a6dd58762a')