alerque / aur

Package sources for all the AUR packages I either maintain, co-maintain, or fork.
https://wiki.archlinux.org/index.php/Unofficial_user_repositories#alerque
45 stars 26 forks source link

upgpkg: pulldown-cmark 0.9.3-2 #66

Closed phoepsilonix closed 11 months ago

phoepsilonix commented 11 months ago

add workspace

alerque commented 11 months ago

What is the issue being fixed here? If the upstream project uses a workspace layout shouldn't that be something in the upstream Cargo.toml. I don't understand why that should be patched in downstream, but please do explain if there is a reason...

The rest of it looks good, the toolchain vars are something I added to the Rust packaging guidelines. This must have been packaged before I worked on those ;-)

phoepsilonix commented 11 months ago

It seems that the error was due to a problem in my environment. When I checked again, no error occurred. Please take it down.

Caused by: no targets specified in the manifest either src/lib.rs, src/main.rs, a [lib] section, or [[bin]] section must be present

alerque commented 8 months ago

I cherry picked some of the other improvements that were unrelated to your local workspace issue. Thanks for the contribution.