Search Criteria
Package Details: b64url 0.1.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/b64url.git (read-only, click to copy) |
---|---|
Package Base: | b64url |
Description: | Command line URL-safe Base-64 encoder/decoder |
Upstream URL: | https://crates.io/crates/b64url |
Licenses: | MIT |
Submitter: | msrd0 |
Maintainer: | msrd0 (msrd0.dev) |
Last Packager: | msrd0 |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2022-05-17 16:01 (UTC) |
Last Updated: | 2025-02-09 16:13 (UTC) |
Dependencies (3)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- cargo-auditable (make)
Latest Comments
msrd0 commented on 2025-02-09 16:19 (UTC)
@dreieck You're right, my script did weird things. I reverted the last commit, should be good now.
dreieck commented on 2025-02-09 13:54 (UTC)
Ahoj,
you did something weird in the updates:
$pkgrel
from 2 to 1 without changing$pkgver
. This should not be done; insted,$pkgrel
should be incremented in that case.Seems that you use some automated pushes; please check your scripts and fix them accordingly; and think of more expressive commit messages, the current "auto-update b64url 0.1.1" is just wrong when it always stays at 0.1.1 because there is no version update.
Regards and thanks for the package!