natecraddock / zf

a commandline fuzzy finder and zig package designed for filtering filepaths
MIT License
451 stars 14 forks source link

zf install from AUR fails #62

Closed primeapple closed 2 months ago

primeapple commented 3 months ago

Installing zf from the aur fails with the message

==> Starting build()...
/home/me/.cache/yay/zf/src/zf-0.9.0/build.zig.zon:1:2: error: missing top-level 'paths' field
.{
 ^
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: zf-exit status 4
checking dependencies...

May be related to https://github.com/natecraddock/zf/pull/61

natecraddock commented 3 months ago

Sorry I've been busy! The latest release of zf is incompatible with zig 0.12.0. I'll make a new release

natecraddock commented 2 months ago

Hey @primeapple I finally had time to fix my Arch Linux install. This should be good to go with Zig 0.12.1

https://aur.archlinux.org/packages/zf

natecraddock commented 2 months ago

Let me know if you have any other troubles