From 489c07d38e7643aba4445add601be77f02a880ea Mon Sep 17 00:00:00 2001 From: ytshih Date: Wed, 30 Jul 2025 13:11:54 +0800 Subject: [PATCH] Feat: add sops --- PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 01aa6dc..1414954 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Yi-Ting Shih pkgname=hl-workstation-meta -pkgver=1.0.0 +pkgver=1.0.1 pkgrel=1 pkgdesc="Workstation meta package for konchin.com homelab" arch=(any) @@ -26,6 +26,7 @@ depends=( 'shellcheck' 'yq' 'fluxcd' + 'sops' 'kustomize' 'helm' 'k9s'