Package Details: passphrase 2.1-1

Git Clone URL: https://aur.archlinux.org/passphrase.git (read-only, click to copy)
Package Base: passphrase
Description: Small, simple passphrase generator
Upstream URL: https://git.sr.ht/~alva/passphrase
Licenses: MIT
Submitter: ugla
Maintainer: vitaliikuzhdin
Last Packager: vitaliikuzhdin
Votes: 3
Popularity: 0.000000
First Submitted: 2020-06-15 12:03 (UTC)
Last Updated: 2025-05-27 11:39 (UTC)

Latest Comments

simona commented on 2025-05-27 11:55 (UTC)

tnx. now perfect.

vitaliikuzhdin commented on 2025-05-27 11:39 (UTC)

@simona, fixed.

simona commented on 2025-05-27 07:57 (UTC)


==> Avvio di check() in corso...
/home/simona/.cache/yay/passphrase/src/passphrase/src/main.zig:19:9: error: local variable is never mutated
var allocator = fixed_alloc.allocator();
^~~~~~~~~
/home/simona/.cache/yay/passphrase/src/passphrase/src/main.zig:19:9: note: consider using 'const'
/home/simona/.cache/yay/passphrase/src/passphrase/build.zig:5:20: error: root struct of file 'std' has no member named 'build'
const Builder = std.build.Builder;
~~~^~~~~~
/usr/lib/zig/std/std.zig:1:1: note: struct declared here
pub const ArrayHashMap = array_hash_map.ArrayHashMap;
^~~
referenced by:
build: /home/simona/.cache/yay/passphrase/src/passphrase/build.zig:11:18
runBuild__anon_8826: /usr/lib/zig/std/Build.zig:2115:50
remaining reference traces hidden; use '-freference-trace' to see all reference traces

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