diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-11 17:30:02 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-11 19:11:21 +0100 |
commit | 0a773df31fd00b550079d30362924fe4f99c8b4e (patch) | |
tree | e351c6c2ab1b25192bac3b72b0881f03973d717d /testing/reason | |
parent | 734cc085534f6925bfcb09311ab9accbaaf6bb83 (diff) | |
download | aports-0a773df31fd00b550079d30362924fe4f99c8b4e.tar.bz2 aports-0a773df31fd00b550079d30362924fe4f99c8b4e.tar.xz |
community/ocamlbuild: split to subpkgs and update depending aports
Diffstat (limited to 'testing/reason')
-rw-r--r-- | testing/reason/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/reason/APKBUILD b/testing/reason/APKBUILD index bdb681f6fb..a8843f6c90 100644 --- a/testing/reason/APKBUILD +++ b/testing/reason/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=reason pkgver=3.0.4 -pkgrel=0 +pkgrel=1 pkgdesc="Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems" url="http://reasonml.github.io/" # x86, armhf, s390x: limited by ocaml aport @@ -20,6 +20,7 @@ makedepends=" ocaml-menhir-dev=~$_menhirver ocaml-merlin-extend-dev ocaml-migrate-parsetree-dev + ocaml-ocamlbuild-dev ocaml-result-dev ocaml-utop-dev ocamlbuild @@ -115,7 +116,7 @@ reactjs() { rebuild() { pkgdesc="Simple build system for Reason based on OCamlbuild" - depends="$pkgname ocamlbuild" + depends="$pkgname ocaml-ocamlbuild" _submv usr/bin/rebuild } |