From 6e0bf7f5a3070c783ac56f4d005d83b3830aaeb8 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sat, 10 Mar 2018 01:46:45 +0100 Subject: testing/ocaml-react: rebuild with ocaml 4.06.1, fix depends --- testing/ocaml-react/APKBUILD | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'testing/ocaml-react/APKBUILD') diff --git a/testing/ocaml-react/APKBUILD b/testing/ocaml-react/APKBUILD index 9b512a0e8d..dd9d0dae16 100644 --- a/testing/ocaml-react/APKBUILD +++ b/testing/ocaml-react/APKBUILD @@ -3,15 +3,17 @@ pkgname=ocaml-react _pkgname=react pkgver=1.2.0 -pkgrel=0 +pkgrel=1 pkgdesc="OCaml framework for Functional Reactive Programming (FRP)" url="http://erratique.ch/software/react" arch="all !x86 !armhf !s390x" # limited by ocaml aport license="ISC" -makedepends="ncurses ocaml ocaml-findlib ocamlbuild opam" +depends="ocaml-runtime" +makedepends="ncurses ocaml ocaml-compiler-libs ocaml-findlib ocamlbuild opam" options="textrels" # needed for ppc64le subpackages="$pkgname-dev $pkgname-doc" -source="$pkgname-$pkgver.tar.gz::https://github.com/dbuenzli/$_pkgname/archive/v$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/dbuenzli/$_pkgname/archive/v$pkgver.tar.gz + fix-safe-string.patch" builddir="$srcdir/$_pkgname-$pkgver" build() { @@ -54,4 +56,5 @@ dev() { mv *.cmx *.cmxa *.mli "$subpkgdir"/$sitelib/ } -sha512sums="929f0a5e84d6e92c366e3c43c582c48e639eab662f654ff65b4789155e96ce4bdd10c38acfb932a20ddce4042943baa2644934be4d7542a20b801203437c3d21 ocaml-react-1.2.0.tar.gz" +sha512sums="929f0a5e84d6e92c366e3c43c582c48e639eab662f654ff65b4789155e96ce4bdd10c38acfb932a20ddce4042943baa2644934be4d7542a20b801203437c3d21 ocaml-react-1.2.0.tar.gz +8ac6aa6f703ab866abcae0640f539a9eb0f2796713306191d308f6988b186514dd3a5b70197a56ef6f83d62d5d179d2210241e001b8a944f5272757326e978fc fix-safe-string.patch" -- cgit v1.2.3