summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominic Brekau2021-09-23 15:12:09 +0200
committerDominic Brekau2021-09-23 15:12:09 +0200
commit7c69d0d8cd811902f3a78e800def10e0877fdd9c (patch)
tree68c9dc9b30f5f432662112ba600ea664ee5944a0
parent44006423706938c80ffe5f55dd4397b6ed898a68 (diff)
downloadaur-7c69d0d8cd811902f3a78e800def10e0877fdd9c.tar.gz
Change to yp2-bin AUR package, instead of using yp
Those are two different projects
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3dd1782a25ed..f259184bae6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = kube-dump
pkgdesc = Backup a Kubernetes cluster as a yaml manifest
pkgver = 1.0.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/WoozyMasta/kube-dump
arch = x86_64
license = GPL3
depends = kubectl
depends = jq
- depends = yq
+ depends = yq2-bin
source = https://github.com/WoozyMasta/kube-dump/releases/download/v1.0.6/kube-dump
sha256sums = 6e239d3cb80de09f56d6408683e7d3a5cc1e8692e25df54998021e533a5040b2
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')