summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2017-07-16 12:51:39 +0200
committerJakob Gahde2017-07-16 12:51:39 +0200
commitd67908252de0d74f1a37a925b5961ae6c19a7ac9 (patch)
tree8d3a44f9cba25efa7fc7959d97c79aa6e2da488a
parent7ef8aca317a3bc72a7bdab43f5e66b9f83001d10 (diff)
downloadaur-d67908252de0d74f1a37a925b5961ae6c19a7ac9.tar.gz
ocaml-textutils 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 dd9d37393704..e2e50345bb60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Jul 29 13:53:22 UTC 2016
+# Sun Jul 16 10:51:01 UTC 2017
pkgbase = ocaml-textutils
pkgdesc = Text output utilities
pkgver = 113.33.03
diff --git a/PKGBUILD b/PKGBUILD
index 9ffca56e5ec4..795e0e1b63e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=ocaml-textutils
pkgver=113.33.03
pkgrel=1
-license=('Apache')
-arch=('i686' 'x86_64')
pkgdesc="Text output utilities"
+arch=('i686' 'x86_64')
url="https://github.com/janestreet/textutils"
+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-sexplib' '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=('7b4a62f49660363aafd866b146522c44'
'7f0a951f1ac87385272ea7a6dd58762a')