Search Criteria
Package Details: wormhole-rs 0.7.6-0
Package Actions
Git Clone URL: | https://aur.archlinux.org/wormhole-rs.git (read-only, click to copy) |
---|---|
Package Base: | wormhole-rs |
Description: | Rust implementation of Magic Wormhole, with new features and enhancements |
Upstream URL: | https://github.com/magic-wormhole/magic-wormhole.rs |
Licenses: | custom:EUPL-1.2+ |
Submitter: | Max1Truc |
Maintainer: | Max1Truc |
Last Packager: | Max1Truc |
Votes: | 8 |
Popularity: | 0.46 |
First Submitted: | 2022-03-21 11:18 (UTC) |
Last Updated: | 2025-04-06 16:13 (UTC) |
Dependencies (2)
- libxcb (libxcb-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
Latest Comments
« First ‹ Previous 1 2
Max1Truc commented on 2022-05-19 13:43 (UTC)
Thanks for the patch, it is really good and I am merging it right now.
I only fixed some weird indentation with 3 spaces and regenerated the .SRCINFO with
makepkg --printsrcinfo
.Let me know if it seems ok to you, now.
alerque commented on 2022-05-19 09:33 (UTC)
Here is a patch you could apply with
git am < file.patch
:Most of these are functional changes and stuff required to follow Arch package guidelines. A few bits (not quoting the package names in dep array, checksum format) are style preferences, but many of the syntax changes (like quoting the pkgver) are not just style preferences, they are Arch guidelines. Happy to answer questions about why these changes are made.
alerque commented on 2022-05-19 09:24 (UTC)
The issue goes deeper than that. First there is an upstream issue (mentioned here). Second there are more issues with this PKGBUILD (numbers as strings, setting vars you don't use, etc.) I'll send a patch that fixes things up for now until the next release.
alerque commented on 2022-05-19 08:50 (UTC)
The issue in my previous comment is in this packaging. You need to add:
The Cargo dependencies download most crates from the registry, but one is hard coded to use a Git path. It needs the tooling to download that at build time.
alerque commented on 2022-05-19 08:44 (UTC)
I am unable to build this package, at least not with
makechrootpkg
:Is this an issue with the package dependencies or an upstream issue?
« First ‹ Previous 1 2