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/ocaml-migrate-parsetree | |
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/ocaml-migrate-parsetree')
-rw-r--r-- | testing/ocaml-migrate-parsetree/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/ocaml-migrate-parsetree/APKBUILD b/testing/ocaml-migrate-parsetree/APKBUILD index 311e28f892..6d5a28e304 100644 --- a/testing/ocaml-migrate-parsetree/APKBUILD +++ b/testing/ocaml-migrate-parsetree/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=ocaml-migrate-parsetree pkgver=1.0.7 -pkgrel=2 +pkgrel=3 pkgdesc="Convert OCaml parsetrees between different major versions" url="https://github.com/ocaml-ppx/ocaml-migrate-parsetree" arch="all !x86 !armhf !s390x" # limited by ocaml license="LGPL-2.1-only-WITH-linking-exception" depends="ocaml-result ocaml-runtime" makedepends="dune ocaml ocaml-compiler-libs ocaml-findlib ocaml-result-dev - ocamlbuild opam" + ocaml-ocamlbuild-dev opam" options="textrels" # ppc64le (?!) subpackages="$pkgname-dev $pkgname-doc $pkgname-ocamlbuild" source="$pkgname-$pkgver.tar.gz::https://github.com/ocaml-ppx/$pkgname/archive/v$pkgver.tar.gz" @@ -53,7 +53,7 @@ package() { ocamlbuild() { pkgdesc="$pkgdesc (ocamlbuild plugin)" - depends="$pkgname=$pkgver-r$pkgrel ocamlbuild" + depends="$pkgname=$pkgver-r$pkgrel ocaml-ocamlbuild" mkdir -p "$subpkgdir"/usr/lib/ocaml mv "$pkgdir"/usr/lib/ocaml/$pkgname-ocamlbuild "$subpkgdir"/usr/lib/ocaml/ |