Package Details: lsr-iouring-git 0.2.0.r12.g87b0c6b-2

Git Clone URL: https://aur.archlinux.org/lsr-iouring-git.git (read-only, click to copy)
Package Base: lsr-iouring-git
Description: ls but with io_uring
Upstream URL: https://tangled.sh/@rockorager.dev/lsr
Licenses: MIT
Submitter: cfouria
Maintainer: cfouria
Last Packager: cfouria
Votes: 0
Popularity: 0.000000
First Submitted: 2025-05-10 15:03 (UTC)
Last Updated: 2025-05-10 18:23 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

vitaliikuzhdin commented on 2025-05-11 23:48 (UTC) (edited on 2025-05-12 00:16 (UTC) by vitaliikuzhdin)

depends=('zig=0.14.0') does not work with zig-git because it provides a version greater than 0.14.0, but the PKGBUILD syntax interprets this as requiring exactly that version. Please use something like depends=('zig>=0.14.0') or possibly depends=('zig>=0.14.0' 'zig<0.15.0'), depending on your requirements. Also, avoid littering the host system or referencing the $HOME variable; everything related to the build should be contained within $srcdir/.

Edit: Never mind, zig>=0.14.0 currently fails due to an incorrect version scheme used by zig-git. I have submitted a fix in its comments, so please update this package once it is corrected.