Provided pkgconfig files might be incorrect
<!--
Please read our Bug reporting guidelines before opening a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
If you want to help catching more bugs upfront, consider joining the Arch Testing Team:
https://wiki.archlinux.org/title/Arch_Testing_Team
-->
# Description:
<!-- Describe the bug in full detail. -->
Looks like the generated `/usr/lib/pkgconfig/{mbedcrypto,mbedtls,mbedx509}.pc` files contain the wrong paths for `includedir` and `libdir`, as they are pointing to `/usr/include` and `/usr/lib`, while they should likely be pointing to `/usr/include/mbedtls2` and `/usr/lib/mbedtls2`.
It looks like all the packages that depend on `mbedtls2` are manually defining the correct paths, so fixing this could simplify their `PKGBUILD`s too.
# Additional info:
* package version(s): mbedtls2 2.28.8-2
issue