summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2017-06-06 11:26:13 +0200
committerJakob Gahde2017-06-06 11:26:13 +0200
commit0e7c5d295b978427853cf873e7ac2e034dcfc763 (patch)
tree65cf298a56435817d947b4d98f26c53054a55f10
parent1c3558a3e83fe08ab5eebd6c1d8ff247ed29fe73 (diff)
downloadaur-0e7c5d295b978427853cf873e7ac2e034dcfc763.tar.gz
ocaml-core_extended 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 439aac6587c7..f8e17da55163 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Jul 29 14:01:26 UTC 2016
+# Tue Jun 6 09:25:41 UTC 2017
pkgbase = ocaml-core_extended
pkgdesc = Extra components that are not as closely vetted or as stable as Core
pkgver = 113.33.03
diff --git a/PKGBUILD b/PKGBUILD
index 9bca91b2b6e9..5fb48149ee0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=ocaml-core_extended
pkgver=113.33.03
pkgrel=1
-license=('Apache')
-arch=('i686' 'x86_64')
pkgdesc="Extra components that are not as closely vetted or as stable as Core"
+arch=('i686' 'x86_64')
url="https://github.com/janestreet/core_extended"
+license=('Apache')
depends=('ocaml' 'ocaml-bin_prot' 'ocaml-core' 'ocaml-fieldslib' 'ocaml-ppx_assert' 'ocaml-ppx_bench' 'ocaml-ppx_driver' 'ocaml-ppx_expect' 'ocaml-ppx_inline_test' 'ocaml-ppx_jane' 'ocaml-re2' 'ocaml-sexplib' 'ocaml-textutils' 'ocaml-typerep' 'ocaml-variantslib')
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=('fb7241bc4ec78b6cca1e4fc5edfe6e96'
'7f0a951f1ac87385272ea7a6dd58762a')