summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8e06dc8fd34..b75388e36caf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=kube-dump
pkgver=1.0.6
-pkgrel=1
+pkgrel=2
pkgdesc='Backup a Kubernetes cluster as a yaml manifest'
arch=('x86_64')
url='https://github.com/WoozyMasta/kube-dump'
-depends=('kubectl' 'jq' 'yq')
+depends=('kubectl' 'jq' 'yq2-bin')
license=('GPL3')
source=("https://github.com/WoozyMasta/kube-dump/releases/download/v${pkgver}/kube-dump")
sha256sums=('6e239d3cb80de09f56d6408683e7d3a5cc1e8692e25df54998021e533a5040b2')