Search Criteria
Package Details: lsr-iouring-git 0.2.0.r12.g87b0c6b-2
Package Actions
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)
- anyzig (anyzig-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- anyzig-symlinks (optional) – symlink anyzig to zig
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 withzig-git
because it provides a version greater than0.14.0
, but thePKGBUILD
syntax interprets this as requiring exactly that version. Please use something likedepends=('zig>=0.14.0')
or possiblydepends=('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 byzig-git
. I have submitted a fix in its comments, so please update this package once it is corrected.