Search Criteria
Package Details: hyprswitch 3.3.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/hyprswitch.git (read-only, click to copy) |
---|---|
Package Base: | hyprswitch |
Description: | A CLI/GUI that allows switching between windows in Hyprland |
Upstream URL: | https://github.com/h3rmt/hyprswitch/ |
Keywords: | hyprland |
Licenses: | MIT |
Submitter: | h3rmt |
Maintainer: | h3rmt |
Last Packager: | h3rmt |
Votes: | 4 |
Popularity: | 0.77 |
First Submitted: | 2024-02-25 22:24 (UTC) |
Last Updated: | 2025-02-06 07:43 (UTC) |
Dependencies (4)
- gtk4 (gtk4-paper-planeAUR, gtk4-gitAUR)
- gtk4-layer-shell
- hyprland (hyprland-cmake-gitAUR, hyprland-legacyrenderer-gitAUR, hyprland-legacyrendererAUR, hyprland-nosystemd-gitAUR, hyprland-hidpi-xpropAUR, hyprland-gitAUR, hyprland-noxAUR, hyprland-hidpi-xprop-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
Latest Comments
matejdro commented on 2025-02-10 19:21 (UTC)
Ah thanks for the explanation. I switched from to
rust
now, I had no idea about their differences.h3rmt commented on 2025-02-10 19:11 (UTC)
The PKG BUILD uses
makedepends=('cargo')
to require cargo as a dependency.Cargo is provided by rust, which contains the newest version of rust. It also is provided by rustup which is a version manager for rust.
If you use rustup to fulfill the dependency you must manually update the installed rust version using rustup as it itself doesn't ship cargo or rustc.
If you always want the newest rust tools install rust via the
rust
packagematejdro commented on 2025-02-10 15:34 (UTC)
Thank you!
That worked, although I kinda feel that this shouldn't be necessary? I'm not that familiar with rust ecosystem, is there a dependency here that cannot be versioned properly through PKGBUILD?
h3rmt commented on 2025-02-09 20:17 (UTC)
Rust 1.80 added support for exclusive range patterns. If you use rustup to update rust use
rustup update
to get the newest version of cargo and rustcmatejdro commented on 2025-02-09 06:03 (UTC)
Compiling 3.3.2 fails with experimental syntax error:
My guess is that some flag needs to be enabled?