Admin message

Due to an influx of spam, we have had to require each new account to be manually approved. Please register an account and then write an email to accountsupport@archlinux.org to get it approved. Sorry for the inconvenience.

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