Search Criteria
Package Details: nmrs 1.6.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/nmrs.git (read-only, click to copy) |
|---|---|
| Package Base: | nmrs |
| Description: | Wayland-native GUI for NetworkManager, built with Rust and GTK4 |
| Upstream URL: | https://github.com/networkmanager-rs/nmrs-gui |
| Licenses: | MIT |
| Submitter: | cachebag |
| Maintainer: | cachebag |
| Last Packager: | cachebag |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2025-11-21 00:17 (UTC) |
| Last Updated: | 2026-05-21 02:56 (UTC) |
Dependencies (5)
- gtk4 (gtk4-paper-planeAUR, gtk4-gitAUR, gtk4-develAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-yaru-gitAUR, libadwaita-without-adwaita-gitAUR, libadwaita-without-adwaitaAUR)
- networkmanager (networkmanager-gitAUR, networkmanager-clatAUR, nmlinkdAUR, networkmanager-iwdAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- rust (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rustup) (make)
Latest Comments
mopoke commented on 2026-04-16 04:44 (UTC)
The build is currently failing for me with the following error:
error: cannot update the lock file [...] because --locked was passedThis suggests the committed
Cargo.lockis out of sync with the current dependencies.Removing
--lockedfrom thecargo buildline in thePKGBUILDresolves it locally.You may need to run
cargo updatein the source tree and recommit the updatedCargo.lock.nki3 commented on 2026-02-28 04:45 (UTC)
I made a diff file to update the aur package to the latest version. I have the aur repo cloned on my github the 2.0.1 commit here and uploaded the patch file at https://fileninja.io/download/69a2728b6246731a73936c64/0001-Update-to-2.0.1.patch (expires March 25). This is my pull request to update the aur package, please let me know what you think.