fix(pkgbuild): add conflicts to PKGBUILD

This commit is contained in:
Lukas Grossar
2023-01-17 11:47:47 +01:00
parent 8e3de5c43a
commit 01752743fd
2 changed files with 6 additions and 4 deletions

View File

@@ -1,12 +1,13 @@
pkgbase = velero-bin
pkgdesc = Backup client for Kubernetes
pkgver = 1.10.0
pkgrel = 1
pkgrel = 2
url = https://github.com/vmware-tanzu/velero
arch = x86_64
license = Apache
depends = kubectl
replaces = ark-bin
provides = velero
conflicts = velero
source = https://github.com/vmware-tanzu/velero/releases/download/v1.10.0/velero-v1.10.0-linux-amd64.tar.gz
sha256sums = 3cf8c26b17a06f3f43ec43c854618a619f4e14e2e690bd813e55797aae1db155

View File

@@ -2,12 +2,13 @@
pkgname=velero-bin
pkgver=1.10.0
pkgrel=1
pkgrel=2
pkgdesc="Backup client for Kubernetes"
arch=('x86_64')
url="https://github.com/vmware-tanzu/velero"
depends=('kubectl')
replaces=('ark-bin')
provides=('velero')
conflicts=('velero')
license=('Apache')
source=("https://github.com/vmware-tanzu/velero/releases/download/v${pkgver}/velero-v${pkgver}-linux-amd64.tar.gz")
sha256sums=('3cf8c26b17a06f3f43ec43c854618a619f4e14e2e690bd813e55797aae1db155')