Skip to content

check package metadata

Andrew Gregory requested to merge andrew/validate-meta into master

Add the same name and version checks makepkg does to alpm. Most of these are essential for alpm to function correctly. The package name character check is also to avoid confusion with shell syntax or option parsing (e.g. a package named --foo).

Merge request reports