The package will be updated to the latest version whose dependencies are all met (typically, it would be the same version as python-pyvex
package).
Please flag this package as out-of-date only when all of its dependencies have been updated or when this package cannot build.
If you want to use the latest version of angr regardless of unmet dependencies, you can manually update the version (pkgver
) and add the --skip-dependency-check
flag to the build command (python -m build
) in the PKGBUILD
.
Thank you.
Pinned Comments
giver commented on 2024-02-25 16:20 (UTC)
The package will be updated to the latest version whose dependencies are all met (typically, it would be the same version as
python-pyvex
package).Please flag this package as out-of-date only when all of its dependencies have been updated or when this package cannot build.
If you want to use the latest version of angr regardless of unmet dependencies, you can manually update the version (
pkgver
) and add the--skip-dependency-check
flag to the build command (python -m build
) in thePKGBUILD
.Thank you.