diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-09 17:59:30 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-09 18:27:24 +0100 |
commit | 8530b1bd92515675782ad22333ef86cc1c97754c (patch) | |
tree | e781c9080a3b2551823715c23842a68aac21a269 /community/opam/APKBUILD | |
parent | 056306161c32f1c4fcac537c82bad1945d30277a (diff) | |
download | aports-8530b1bd92515675782ad22333ef86cc1c97754c.tar.bz2 aports-8530b1bd92515675782ad22333ef86cc1c97754c.tar.xz |
community/ocaml-camlp4: rename camlp4 to ocaml-camlp4
Diffstat (limited to 'community/opam/APKBUILD')
-rw-r--r-- | community/opam/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/opam/APKBUILD b/community/opam/APKBUILD index 2816d601b0..a234527260 100644 --- a/community/opam/APKBUILD +++ b/community/opam/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="OCaml Package Manager" url="https://opam.ocaml.org" arch="all !x86 !armhf !s390x" # ocaml not avail on excluded platforms license="LGPL-3.0" -depends="ocaml camlp4 curl tar unzip rsync aspcud patch" +depends="ocaml ocaml-camlp4 curl tar unzip rsync aspcud patch" makedepends="$depends_dev" source="https://github.com/ocaml/$pkgname/releases/download/$pkgver/$pkgname-full-$pkgver.tar.gz fix-default-stubsdir.patch" |