alpm_pkg_should_ignore

Test if a package should be ignored. Checks if the package is ignored via IgnorePkg, or if the package is in a group ignored via IgnoreGroup. @param handle the context handle @param pkg the package to test @return 1 if the package should be ignored, 0 otherwise

extern (C)
int
alpm_pkg_should_ignore

Meta