Package Details: wired 0.10.5-1

Git Clone URL: https://aur.archlinux.org/wired.git (read-only, click to copy)
Package Base: wired
Description: Lightweight notification daemon with highly customizable layout blocks, written in Rust.
Upstream URL: https://github.com/Toqozz/wired-notify
Keywords: dbus light notification notify wired
Licenses: MIT
Conflicts: wired
Provides: wired
Submitter: Toqoz
Maintainer: Toqoz
Last Packager: Toqoz
Votes: 11
Popularity: 0.038924
First Submitted: 2020-10-21 04:11 (UTC)
Last Updated: 2024-02-17 22:19 (UTC)

Latest Comments

Swivel commented on 2022-04-29 00:28 (UTC)

Fails to install if you select rustup but don't have it installed already

==> Starting build()...
error: failed to parse manifest at `/home/jdalrymple/var/aur/wired/src/wired-notify-0.10.1/Cargo.toml`

Caused by:
  failed to parse the `edition` key

Caused by:
  supported edition values are `2015` or `2018`, but `2021` is unknown
==> ERROR: A failure occurred in build().
    Aborting...

Simple fix is just to do a:

rustup toolchain install stable

And then re-run your makepkg command (I used makepkg -scCir)