zlib-ng-compat: Add provides zlib version
Currently lib32-zlib depends on the exact zlib version, see: https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-zlib/-/blob/main/PKGBUILD?ref_type=heads#L15
to get zlib-ng properly working on a system, which uses the multilib repository add zlib=$version to the provides array of it.
Fixes: lib32-zlib#1
Signed-off-by: Peter Jung ptr1337@archlinux.org
Edited by Peter Jung