summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Werner Rau2023-09-08 09:07:11 +0200
committerChris Werner Rau2023-09-08 09:07:11 +0200
commitadc6943ff7e5a96297146292ee20d1ce8cc079b7 (patch)
tree4e75cc550dad3d9af28d81c5fd8be84e4f1adb66
parente5ac72f48c8205a177455d90c96b041f76b34af1 (diff)
downloadaur-adc6943ff7e5a96297146292ee20d1ce8cc079b7.tar.gz
fix: add missing zsh dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9eaf0d5bbb1f..05d809486d26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = helmrelease-tools
pkgdesc = Scripts to work with flux HelmReleases
pkgver = 2.2.1
- pkgrel = 1
+ pkgrel = 2
arch = x86_64
license = APACHE
depends = yq
@@ -10,6 +10,7 @@ pkgbase = helmrelease-tools
depends = fd
depends = ripgrep
depends = helm-diff
+ depends = zsh
conflicts = helmrelease-tools
conflicts = helmrelease-tools-git
source = hr
diff --git a/PKGBUILD b/PKGBUILD
index 29a512dc69b0..c7000c2fa814 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
_pkgname=helmrelease-tools
pkgname=$_pkgname
pkgver=2.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Scripts to work with flux HelmReleases"
license=('APACHE')
arch=('x86_64')
-depends=("yq" "git" "helm" "fd" "ripgrep" "helm-diff")
+depends=("yq" "git" "helm" "fd" "ripgrep" "helm-diff" "zsh")
source=("hr" "hrDiff" "hrInstall" "hrUpgrade" "helmrelease" "hrUninstall" "_$pkgname")
sha512sums=('ec0c945d04644975db3f6df538520475a16b6ab3bda3d0b3e331cd978b27574b215194bad48a015a77ad087a2aea4d49898e66a0f0e138d2d137791a29d5377f'
'4b182b0453b980e66f9fafa7b4077f4397c1595a9cbada6f9b251b8f13bf30c939cbf1fbfe3c0e12396ae18efa8f9b281cdd8d3fcc9208fd27166acbde528294'