Package Details: macchina 6.1.8-2

Git Clone URL: https://aur.archlinux.org/macchina.git (read-only, click to copy)
Package Base: macchina
Description: A system information fetcher, with an (unhealthy) emphasis on performance.
Upstream URL: https://github.com/Macchina-CLI/macchina
Keywords:
Licenses: MIT
Submitter: grtcdr
Maintainer: grtcdr
Last Packager: grtcdr
Votes: 12
Popularity: 0.27
First Submitted: 2021-02-07 10:29 (UTC)
Last Updated: 2023-01-13 16:45 (UTC)

Dependencies (7)

Required by (0)

Sources (1)

Latest Comments

grtcdr commented on 2022-09-17 13:22 (UTC)

@simona: Please report the bugs/build issues you encounter on our issue tracker.

We can get into more detail over there without crowding this comment section.

Thanks!

simona commented on 2022-09-16 11:31 (UTC)

Compiling ansi-to-tui v1.0.1
error[E0658]: trait bounds other than Sized on const fn parameters are unstable
--> /home/simona/.cargo/registry/src/github.com-1ecc6299db9ec823/enum-iterator-1.1.3/src/lib.rs:82:26
|
82 | pub const fn cardinality<T: Sequence>() -> usize {
| ^
|
= note: see issue #93706 https://github.com/rust-lang/rust/issues/93706 for more information

simona commented on 2021-12-15 11:21 (UTC)

thx now ok

grtcdr commented on 2021-12-15 10:15 (UTC) (edited on 2021-12-15 10:27 (UTC) by grtcdr)

@simona — please update Rust to at least 1.56.0. If you've installed Rust through rustup, simply run rustup update.

simona commented on 2021-12-15 09:54 (UTC)

error: failed to parse manifest at /home/simona/.cache/yay/macchina<br>/src/macchina-6.0.1/Cargo.toml

Caused by:
feature edition2021 is required

The package requires the Cargo feature called edition2021, but that feature is
not stabilized in this version of Cargo (1.55.0 (32da73ab1 2021-08-23)).

grtcdr commented on 2021-09-20 20:53 (UTC)

@er2de2 Good catch, just fixed it.

er2de2 commented on 2021-09-20 14:49 (UTC)

Wrong sha256sums newest version (1.1.6-1)

grtcdr commented on 2021-04-18 22:40 (UTC)

Thank you, I updated it, so the next release shouldn't use targetdir.

yochananmarqos commented on 2021-04-16 23:24 (UTC)

The targetdir is completely unnecessary in the package() function. Use --target-dir=target with cargo build instead. See Rust package guidelines.