Package Details: zig0.14-bin 0.14.1-3

Git Clone URL: https://aur.archlinux.org/zig0.14-bin.git (read-only, click to copy)
Package Base: zig0.14-bin
Description: General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software
Upstream URL: https://ziglang.org
Licenses: MIT
Conflicts: zig0.14
Provides: zig0.14
Submitter: vitaliikuzhdin
Maintainer: vitaliikuzhdin
Last Packager: vitaliikuzhdin
Votes: 0
Popularity: 0.000000
First Submitted: 2025-09-15 13:10 (UTC)
Last Updated: 2025-12-18 15:39 (UTC)

Latest Comments

mroethke commented on 2026-04-06 08:06 (UTC)

I have the same problem as @dbermond even in a clean chroot.

==> Starting verify()...
zig-x86_64-linux-0.14.1.tar.xz.minisig: No such file or directory
==> ERROR: A failure occurred in verify().

This is caused by using SRCDEST in your makepkg config. So if you see this error try again with SRCDEST unset. I think this might be a bug in makepkg, I try to investigate this.

vitaliikuzhdin commented on 2026-01-31 16:18 (UTC)

@vitaliikuzhdin, also, I've noticed your package named the executable symlink as zig-0.14 instead of zig0.14. Which one is more correct?

vitaliikuzhdin commented on 2026-01-18 12:09 (UTC)

@dbermond, the build does not fail for me using makepkg, tested in a clean clone. The second issue seems to be a known bug: https://gitlab.archlinux.org/archlinux/devtools/-/issues/224

dbermond commented on 2025-12-28 04:44 (UTC)

This package does not build for me in an up-to-date Arch Linux system:

Using makepkg:

==> Starting verify()...
zig-x86_64-linux-0.14.1.tar.xz.minisig: No such file or directory
==> ERROR: A failure occurred in verify().

Under a clean chroot using using devtools:

==> Starting verify()...
PKGBUILD: line 71: minisign: command not found
==> ERROR: A failure occurred in verify().