summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2016-07-29 13:24:11 +0200
committerJakob Gahde2016-07-29 13:24:11 +0200
commitc36dcc9c48d003452933f5dc07a18110c7792ea2 (patch)
treeffe3b1db9787e92d09a856dd210fa7bdbac97eaf /PKGBUILD
parenta5d8a06a27da9d80f9c490e7badd120d3d1a6773 (diff)
downloadaur-c36dcc9c48d003452933f5dc07a18110c7792ea2.tar.gz
ocaml-sexplib 113.33.03-1: New version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e472b15c3da9..c78b50cd087c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,18 +6,18 @@
# Contributor: Sylvester Johansson <scj(at)archlinux(dot)us>
pkgname=ocaml-sexplib
-pkgver=113.33.00
+pkgver=113.33.03
pkgrel=1
pkgdesc="Library for serializing OCaml values to and from S-expressions"
arch=('i686' 'x86_64')
license=('Apache')
depends=('ocaml')
-makedepends=('ocaml-findlib' 'opam')
+makedepends=('ocaml-findlib' 'ocaml-js-build-tools' 'opam')
options=('!strip')
url="https://github.com/janestreet/sexplib"
source=("https://ocaml.janestreet.com/ocaml-core/$(echo ${pkgver} | grep -Po "^[0-9]+\.[0-9]+")/files/${pkgname#ocaml-}-${pkgver}.tar.gz"
"libdir.patch")
-md5sums=('f2a8f3f178656afbc76fdbd2884eaa2f'
+md5sums=('739af487f05e0ffd8626e9acb653b33d'
'7f0a951f1ac87385272ea7a6dd58762a')
prepare() {