Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Patch for makepkg #14

Open
Morganamilo opened this issue Feb 20, 2018 · 1 comment
Open

New Patch for makepkg #14

Morganamilo opened this issue Feb 20, 2018 · 1 comment

Comments

@Morganamilo
Copy link
Contributor

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.

@mikkeloscar
Copy link
Owner

Cheers for that. I missed this myself!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants