Search Criteria
Package Details: zclock-git r4.cf8403a-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/zclock-git.git (read-only, click to copy) |
---|---|
Package Base: | zclock-git |
Description: | A cross-platform terminal digital clock |
Upstream URL: | https://github.com/tr1ckydev/zclock |
Licenses: | MIT |
Submitter: | fk29g |
Maintainer: | fk29g |
Last Packager: | fk29g |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2025-05-27 01:46 (UTC) |
Last Updated: | 2025-05-27 01:46 (UTC) |
Dependencies (2)
- git (git-gitAUR, git-glAUR) (make)
- zig (zig-gitAUR, anyzig-zigAUR, zigup-zigAUR, zigup-binAUR, zig-binAUR, zig-dev-binAUR, zig-nightly-binAUR) (make)
Latest Comments
fk29g commented on 2025-05-27 01:55 (UTC) (edited on 2025-05-27 02:12 (UTC) by fk29g)
Weird situation currently since zclock requires zig>=14.0 to build, but the
zig
package inextra
is stuck on 13 and both AUR packages providing a newer version (zig-bin
andzig-nightly-bin
) are currently broken.The easiest solution to work around this right now is probably to download and install zig manually from https://ziglang.org/download/ and install the package with
makepkg -di
or if you're using paruparu --nodeps -S zclock-git
to skip dependency checks. Yay can't do this, unfortunately.