From f813ad8b1cee30acfd279c7f0ca59c83cd515d9c Mon Sep 17 00:00:00 2001 From: Yi-Ting Shih Date: Wed, 17 Dec 2025 15:58:29 +0800 Subject: [PATCH] Chore: add minio client and sort --- PKGBUILD | 38 ++++++++++++++++++++++---------------- 1 file changed, 22 insertions(+), 16 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 9592a7d..4a320be 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,47 +11,53 @@ depends=( 'hl-base-meta' 'hl-workstation-env' # System - 'base-devel' - 'linux-headers' - 'man-db' - 'man-pages' - 'nftables' 'audit' + 'base-devel' 'fail2ban' + 'linux-headers' + 'nftables' # Tools 'ansible' 'ansible-lint' + 'arch-install-scripts' 'bind' + 'conntrack-tools' + 'debootstrap' + 'devscripts' 'docker' - 'shellcheck' - 'yq' + 'docker-buildx' + 'docker-compose' 'fluxcd' - 'sops' - 'kustomize' 'helm' + 'just' 'k9s' 'kubectl' - 'talosctl' + 'kustomize' + 'longhornctl' + 'man-db' + 'man-pages' + 'minio-client' 'namcap' 'neovim' 'rsync' + 'shellcheck' + 'sops' + 'talosctl' 'tmux' - 'devscripts' - 'debootstrap' - 'arch-install-scripts' - 'conntrack-tools' 'velero' - 'longhornctl' + 'yq' # Language 'deno' 'go' + 'go-jsonnet' 'nodejs' 'npm' 'pnpm' 'rust' 'ts-node' 'typescript' - 'go-jsonnet' + 'zig' + 'zls' ) provides=('hl-meta') conflicts=('hl-meta')