Package Details: packetry-git 0.4.0.r1047.3d39650-1

Git Clone URL: https://aur.archlinux.org/packetry-git.git (read-only, click to copy)
Package Base: packetry-git
Description: USB 2.0 protocol analysis app for use with Cynthion
Upstream URL: https://github.com/greatscottgadgets/packetry
Licenses: BSD-3-Clause
Conflicts: packetry
Provides: packetry
Submitter: Auerhuhn
Maintainer: Auerhuhn
Last Packager: Auerhuhn
Votes: 1
Popularity: 0.000158
First Submitted: 2024-05-30 22:09 (UTC)
Last Updated: 2025-09-18 11:06 (UTC)

Latest Comments

Auerhuhn commented on 2025-09-18 11:07 (UTC)

@Coelacanthus Fixed, thanks for reporting!

Coelacanthus commented on 2025-09-18 02:57 (UTC)

Please add export RUSTUP_TOOLCHAIN=stable to pkgver() as well to make sure cargo calling in pkgver() works right. Or you may get this error if build with devtools.

==> Starting pkgver()...
error: rustup could not choose a version of cargo to run, because one wasn't specified explicitly, and no default is configured.
help: run 'rustup default stable' to download the latest stable release of Rust and set it as your default toolchain.