Skip to content

New Patch for makepkg #14

@Morganamilo

Description

@Morganamilo

I don't know if you follow the pacman-dev mailing list. A new patch came in clarifying the allowed characters in pkgver and arch

-       files should use `arch=('any')`.
+       files should use `arch=('any')`. Valid characters for members of this array
+       are alphanumerics and ```_`''.
-       The variable is not allowed to contain colons, forward slashes or hyphens.
+       The variable is not allowed to contain colons, forward slashes, hyphens
+       or whitespace.

I also mentioned in #4 that makepkg was a little broken and allowing pkgvers with whitespace. This also fixes that.

The patch has just been submitted, not accepted. Regardless it looks like some clarification that is needed. I'll hold out until this patch is finalised and accepted to actually implement it here. Just wanted to give a heads up.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions