summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2017-06-06 11:23:58 +0200
committerJakob Gahde2017-06-06 11:23:58 +0200
commit0f21d6c29ee8085b3a2e149f15f98369424598ae (patch)
treed071c0398a42cb66cb0fe0697075d0d4f394390a
parent568bd1e3df928c47a24c9024c0c289e0d8b451b7 (diff)
downloadaur-0f21d6c29ee8085b3a2e149f15f98369424598ae.tar.gz
ocaml-core 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 2aee0e3fc9fe..31aaed91d8d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Jul 29 13:43:54 UTC 2016
+# Tue Jun 6 09:23:27 UTC 2017
pkgbase = ocaml-core
pkgdesc = Industrial strength alternative to OCaml's standard library
pkgver = 113.33.03
diff --git a/PKGBUILD b/PKGBUILD
index 187240b7045c..f5f65957f097 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=ocaml-core
pkgver=113.33.03
pkgrel=1
-license=('Apache')
-arch=('i686' 'x86_64')
pkgdesc="Industrial strength alternative to OCaml's standard library"
+arch=('i686' 'x86_64')
url="https://github.com/janestreet/core"
+license=('Apache')
depends=('ocaml' 'ocaml-bin_prot' 'ocaml-core_kernel' 'ocaml-fieldslib' 'ocaml-ppx_assert' 'ocaml-ppx_bench' 'ocaml-ppx_driver' 'ocaml-ppx_expect' 'ocaml-ppx_inline_test' 'ocaml-ppx_jane' 'ocaml-sexplib' 'ocaml-typerep' 'ocaml-variantslib')
optdepends=('ocaml-utop: for coretop support')
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-}-${pkgver}.tar.gz"
"libdir.patch")
-options=('!strip')
md5sums=('3a8c63205917a85de8ed597c11c1fc76'
'7f0a951f1ac87385272ea7a6dd58762a')