Search Criteria
Package Details: lsr-iouring-git 1.0.0.r1.g0c4dc41-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-06-28 12:59 (UTC) |
Dependencies (3)
- git (git-gitAUR, git-glAUR) (make)
- zig (anyzig-zigAUR, zigup-zigAUR, zigup-binAUR, zig-dev-binAUR, zig-nightly-binAUR, zig-binAUR, zig-gitAUR, zig-master-binAUR) (make)
- anyzigAUR (anyzig-binAUR) (optional) – lets you run any version of 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.