Search Criteria
Package Details: rng-rename 0.6.5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rng-rename.git (read-only, click to copy) |
---|---|
Package Base: | rng-rename |
Description: | A CLI tool to rename files to randomly generated strings. |
Upstream URL: | https://github.com/cyqsimon/rng-rename |
Keywords: | filetool random |
Licenses: | AGPL3 |
Submitter: | cyqsimon |
Maintainer: | cyqsimon |
Last Packager: | cyqsimon |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2022-02-08 12:32 (UTC) |
Last Updated: | 2023-10-24 01:42 (UTC) |
Dependencies (2)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
Latest Comments
cyqsimon commented on 2022-02-27 08:02 (UTC)
Note: I just switched the source from
GitHub
tocrates.io
, which packs the tarball slightly differently, thereby generating a different checksum.If you are updating using an AUR helper like
paru
, you might get a checksum validation error. In such case, simply clear the helper's cache and try again.E.g. for
paru
,rm -rf ~/.cache/paru/clone/rng-rename
.