To solve the issue mentioned by @Madeleaan, this line of code:
cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
could be changed in the PKGBUILD (Line 28). Wherever $CARCH is set, it is out of date
Git Clone URL: | https://aur.archlinux.org/eww.git (read-only, click to copy) |
---|---|
Package Base: | eww |
Description: | Standalone widget system made in Rust |
Upstream URL: | https://github.com/elkowar/eww |
Licenses: | MIT |
Conflicts: | eww |
Provides: | eww |
Submitter: | cog |
Maintainer: | eclairevoyant |
Last Packager: | eclairevoyant |
Votes: | 34 |
Popularity: | 1.81 |
First Submitted: | 2022-08-28 08:30 (UTC) |
Last Updated: | 2024-08-12 13:12 (UTC) |
To solve the issue mentioned by @Madeleaan, this line of code:
cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
could be changed in the PKGBUILD (Line 28). Wherever $CARCH is set, it is out of date
I've the same issue than Madeleaan, there is a solution?
Trying to install this results in an error:
error: package toml_edit v0.19.15
cannot be built because it requires rustc 1.66.0 or newer, while the currently active rustc version is 1.65.0-nightly
Either upgrade to rustc 1.66.0 or newer, or use
cargo update -p toml_edit@0.19.15 --precise ver
where ver
is the latest version of toml_edit
supporting rustc 1.65.0-nightly
No.
@eclairevoyant if you are the maintainer, cannot you add the valid PGP key in PKGBUILD instead of forcing users to import the valid one manually?
Make sure to fetch the signing keys from GitHub and import them before building:
curl -sS https://github.com/elkowar.gpg | gpg --import -i -
curl -sS https://github.com/web-flow.gpg | gpg --import -i -
@eclairevoyant hey thanks man, and thanks for stepping up on this PKGBUILD
Fair enough, best of luck with your new distro :)
@eclairevoyant, there you go buddy. I made you maintainer now. Thanks for this as I’m only using my Debian based distro now. I use to use arch as I was an ArchLabs developer.
Happy to handle maintenance of this if you're no longer interested. Cheers
Pinned Comments
eclairevoyant commented on 2023-07-18 00:39 (UTC)
Make sure to fetch the signing keys from GitHub and import them before building: