Search Criteria
Package Details: zig-bin 0.15.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/zig-bin.git (read-only, click to copy) |
---|---|
Package Base: | zig-bin |
Description: | a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software |
Upstream URL: | https://ziglang.org/ |
Licenses: | MIT |
Conflicts: | zig |
Provides: | zig |
Submitter: | eNV25 |
Maintainer: | eNV25 |
Last Packager: | eNV25 |
Votes: | 16 |
Popularity: | 2.03 |
First Submitted: | 2023-08-08 08:07 (UTC) |
Last Updated: | 2025-09-14 08:55 (UTC) |
Dependencies (0)
Required by (117)
- allay-launcher-git (requires zig) (make)
- anyzig (requires zig) (make)
- awtfdb (requires zig) (make)
- bintools (requires zig) (make)
- brightnessztl (requires zig) (make)
- buongiorno-git (requires zig) (make)
- cargo-lambda-bin (requires zig)
- celeste-mod-cli (requires zig) (make)
- cmake-pkg (requires zig) (make)
- colorstorm (requires zig) (make)
- comlink (requires zig) (make)
- comlink-git (requires zig) (make)
- cyberscript (requires zig) (make)
- deshader-git (requires zig) (make)
- digisim-git (requires zig) (make)
- dt (make)
- erasmus (requires zig) (make)
- falcond (requires zig) (make)
- fancy-cat (make)
- flow-control (requires zig) (make)
- Show 97 more...
Sources (5)
- https://ziglang.org/download/0.15.1/zig-aarch64-linux-0.15.1.tar.xz
- https://ziglang.org/download/0.15.1/zig-arm-linux-0.15.1.tar.xz
- https://ziglang.org/download/0.15.1/zig-riscv64-linux-0.15.1.tar.xz
- https://ziglang.org/download/0.15.1/zig-x86-linux-0.15.1.tar.xz
- https://ziglang.org/download/0.15.1/zig-x86_64-linux-0.15.1.tar.xz
Latest Comments
1 2 Next › Last »
gus_joaquin commented on 2025-09-01 17:18 (UTC)
i just updated the version and the sha256sum, everything works as expected
tonitch commented on 2025-08-25 16:04 (UTC)
0.15.1 is out now, would be cool to update this package to it?
ingvij commented on 2025-05-26 10:39 (UTC) (edited on 2025-05-26 10:40 (UTC) by ingvij)
Simple patch to fix the PKGBUILD (not that adding
$srcdir
was necessary, just makes things clearer. The real fix is swapping the position of$zigarch
as noted below)gus_joaquin commented on 2025-05-26 03:47 (UTC)
cd "zig-$zigarch-linux-$pkgver"
it just works
pparaxan commented on 2025-05-25 19:52 (UTC) (edited on 2025-05-25 19:52 (UTC) by pparaxan)
https://github.com/ziglang/zig/issues/23977
hugoarnal commented on 2025-05-25 15:32 (UTC) (edited on 2025-05-25 15:32 (UTC) by hugoarnal)
Problem at line 28 of PKGBUILD:
cd "zig-linux-$zigarch-$pkgver"
Zig version 0.14.1 changed from
zig-linux-...
tozig-...-linux
eNV25 commented on 2025-05-25 14:45 (UTC) (edited on 2025-05-25 14:45 (UTC) by eNV25)
@vitaliikuzhdin I read somewhere that 32-bit x86 Zig requires SSE. I'm now sure if that's the case anymore, I can't find the source.
vitaliikuzhdin commented on 2025-05-12 20:29 (UTC)
Am I missing something, or should the
x86
architecture map toi686
instead ofpentium4
?eNV25 commented on 2023-08-09 16:34 (UTC) (edited on 2023-08-09 16:36 (UTC) by eNV25)
This version is build by the Zig maintainers, and the zig binary is statically linked with llvm and other dependencies.
This actually the same as
aur/zig-static
, but it seems to have been abandoned some time ago. I should probably submit a deletion request for that.1 2 Next › Last »