Add go-yq as dependency

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