summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2016-07-29 15:53:39 +0200
committerJakob Gahde2016-07-29 15:53:39 +0200
commit7ef8aca317a3bc72a7bdab43f5e66b9f83001d10 (patch)
tree89b61f234b9bd18b4599f58aeb3631fdb837677e
parente75c8b875e5759ec13f5c7e5bde160a8f7b5ccee (diff)
downloadaur-7ef8aca317a3bc72a7bdab43f5e66b9f83001d10.tar.gz
ocaml-textutils 113.33.03-1: New version
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ead171df0c5..dd9d37393704 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
# Generated by mksrcinfo v8
-# Sat Feb 6 04:02:48 UTC 2016
+# Fri Jul 29 13:53:22 UTC 2016
pkgbase = ocaml-textutils
pkgdesc = Text output utilities
- pkgver = 113.24.00
+ pkgver = 113.33.03
pkgrel = 1
url = https://github.com/janestreet/textutils
arch = i686
arch = x86_64
license = Apache
makedepends = ocaml-findlib
+ makedepends = ocaml-js-build-tools
+ makedepends = opam
depends = ocaml
depends = ocaml-bin_prot
depends = ocaml-core
@@ -23,9 +25,9 @@ pkgbase = ocaml-textutils
depends = ocaml-typerep
depends = ocaml-variantslib
options = !strip
- source = https://ocaml.janestreet.com/ocaml-core/113.24/files/textutils-113.24.00.tar.gz
+ source = https://ocaml.janestreet.com/ocaml-core/113.33/files/textutils-113.33.03.tar.gz
source = libdir.patch
- md5sums = b62e14f62cfc2c44602affb19ab865f3
+ md5sums = 7b4a62f49660363aafd866b146522c44
md5sums = 7f0a951f1ac87385272ea7a6dd58762a
pkgname = ocaml-textutils
diff --git a/PKGBUILD b/PKGBUILD
index 552b2402759d..9ffca56e5ec4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-textutils
-pkgver=113.24.00
+pkgver=113.33.03
pkgrel=1
license=('Apache')
arch=('i686' 'x86_64')
pkgdesc="Text output utilities"
url="https://github.com/janestreet/textutils"
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')
+makedepends=('ocaml-findlib' 'ocaml-js-build-tools' 'opam')
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=('b62e14f62cfc2c44602affb19ab865f3'
+md5sums=('7b4a62f49660363aafd866b146522c44'
'7f0a951f1ac87385272ea7a6dd58762a')
prepare() {
@@ -30,6 +30,6 @@ build() {
package() {
cd "${srcdir}/${pkgname#ocaml-}-${pkgver}"
-
+
make install LIBDIR="${pkgdir}$(ocamlc -where)"
}