fix(pkgbuild): add conflicts to PKGBUILD
This commit is contained in:
5
.SRCINFO
5
.SRCINFO
@@ -1,12 +1,13 @@
|
|||||||
pkgbase = velero-bin
|
pkgbase = velero-bin
|
||||||
pkgdesc = Backup client for Kubernetes
|
pkgdesc = Backup client for Kubernetes
|
||||||
pkgver = 1.10.0
|
pkgver = 1.10.0
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/vmware-tanzu/velero
|
url = https://github.com/vmware-tanzu/velero
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = Apache
|
license = Apache
|
||||||
depends = kubectl
|
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
|
source = https://github.com/vmware-tanzu/velero/releases/download/v1.10.0/velero-v1.10.0-linux-amd64.tar.gz
|
||||||
sha256sums = 3cf8c26b17a06f3f43ec43c854618a619f4e14e2e690bd813e55797aae1db155
|
sha256sums = 3cf8c26b17a06f3f43ec43c854618a619f4e14e2e690bd813e55797aae1db155
|
||||||
|
|
||||||
|
|||||||
5
PKGBUILD
5
PKGBUILD
@@ -2,12 +2,13 @@
|
|||||||
|
|
||||||
pkgname=velero-bin
|
pkgname=velero-bin
|
||||||
pkgver=1.10.0
|
pkgver=1.10.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Backup client for Kubernetes"
|
pkgdesc="Backup client for Kubernetes"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/vmware-tanzu/velero"
|
url="https://github.com/vmware-tanzu/velero"
|
||||||
depends=('kubectl')
|
depends=('kubectl')
|
||||||
replaces=('ark-bin')
|
provides=('velero')
|
||||||
|
conflicts=('velero')
|
||||||
license=('Apache')
|
license=('Apache')
|
||||||
source=("https://github.com/vmware-tanzu/velero/releases/download/v${pkgver}/velero-v${pkgver}-linux-amd64.tar.gz")
|
source=("https://github.com/vmware-tanzu/velero/releases/download/v${pkgver}/velero-v${pkgver}-linux-amd64.tar.gz")
|
||||||
sha256sums=('3cf8c26b17a06f3f43ec43c854618a619f4e14e2e690bd813e55797aae1db155')
|
sha256sums=('3cf8c26b17a06f3f43ec43c854618a619f4e14e2e690bd813e55797aae1db155')
|
||||||
|
|||||||
Reference in New Issue
Block a user