Search Criteria
Package Details: passphrase 1.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/passphrase.git (read-only, click to copy) |
---|---|
Package Base: | passphrase |
Description: | Small, simple passphrase generator, written in Zig |
Upstream URL: | https://git.sr.ht/~alva/passphrase |
Licenses: | MIT |
Submitter: | ugla |
Maintainer: | ugla |
Last Packager: | ugla |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2020-06-15 12:03 (UTC) |
Last Updated: | 2023-08-04 12:53 (UTC) |
Dependencies (2)
- git (git-gitAUR, git-glAUR) (make)
- zig (zig-0.10-binAUR, zig-dev-binAUR, zig-gitAUR, zig-binAUR, zigup-binAUR, zig-nightly-binAUR) (make)
Latest Comments
ugla commented on 2023-08-30 18:41 (UTC)
simona: Should be resolved with zig 0.11.0, which is in arch extra now.
simona commented on 2023-08-04 23:04 (UTC)
/home/simona/.cache/yay/passphrase/src/passphrase/src/options.zig:27:26: error: expected ')', found ','
for (arg[1..], 0..) |b, j| {
^
/home/simona/.cache/yay/passphrase/src/passphrase/src/main.zig:128:16: error: expected 4 arguments, found 2
const ov = @subWithOverflow(e, 1);
^~~~~~~~~~~~~~~~~~~~~~
/home/simona/.cache/yay/passphrase/src/passphrase/build.zig:12:19: error: no field or member function named 'standardOptimizeOption' in 'build.Builder'
const mode = b.standardOptimizeOption(.{});
~^~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/zig/std/build.zig:31:21: note: struct declared here
ugla commented on 2021-06-07 10:07 (UTC)
simona: fixed; had mistyped the tag. thanks for letting me know.
simona commented on 2021-06-07 10:04 (UTC)
Cloning into 'passphrase'...
done.
fatal: invalid reference: 1.1.0
==> ERROR: Failure while creating working copy of passphrase git repo
Aborting...
ugla commented on 2020-06-15 17:45 (UTC)
katt: thanks, fixed.
katt commented on 2020-06-15 16:51 (UTC)
needs git as makedepend since you're using that as source