Add go-yq as dependency

This commit is contained in:
clsty
2025-10-30 08:59:33 +08:00
parent fcc2ee3551
commit 649be3741c
@@ -1,20 +1,22 @@
pkgname=illogical-impulse-basic
pkgver=1.0
pkgrel=1
pkgrel=2
pkgdesc='Illogical Impulse Basic Dependencies'
arch=(any)
license=(None)
depends=(
axel
bc
coreutils
cliphist
cmake
curl
rsync
wget
ripgrep
jq
meson
xdg-user-dirs
axel
bc
coreutils
cliphist
cmake
curl
wget
ripgrep
jq
meson
xdg-user-dirs
# Used in install script
rsync
go-yq # https://github.com/mikefarah/yq
)