community/ocaml-camlp4: remove virtual package from makedepends

ocaml-ocamlbuild-dev is provided by ocaml-ocamlbuild, which
is in depends, so this commit just removes the "duplicate"
ocaml-ocamlbuild-dev, and does not require a pkgrel bump.
This commit is contained in:
Celeste 2024-03-26 14:37:02 +00:00 committed by omni
parent 21b76c3d75
commit d49e52aa5a

View File

@ -15,8 +15,12 @@ arch="all !riscv64" # ocaml
license="LGPL-2.0-or-later WITH OCaml-LGPL-linking-exception"
depends="ocaml-runtime~$_ocamlver ocaml-ocamlbuild"
depends_dev="$pkgname=$pkgver-r$pkgrel"
makedepends="ocaml~$_ocamlver ocaml-compiler-libs~$_ocamlver
ocaml-findlib ocaml-ocamlbuild-dev ocamlbuild"
makedepends="
ocaml~$_ocamlver
ocaml-compiler-libs~$_ocamlver
ocaml-findlib
ocamlbuild
"
replaces="camlp4" # for backward compatibility
provides="camlp4=$pkgver-r$pkgrel" # for backward compatibility
subpackages="$pkgname-dev"