summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVianney Bouchaud2023-10-06 14:30:43 +0200
committerVianney Bouchaud2023-10-06 14:30:43 +0200
commit146af841ad5d04a2dd997ae524bc87a1685639db (patch)
tree2375dcaf187a89303080e02f10a3908ea08c787b /PKGBUILD
parentb8bd222f32f18adfe774fe8646b64618dcff8a20 (diff)
downloadaur-vcluster-git.tar.gz
upgpkg: vcluster-git 0.16.1.r4.ga45458f2-2
conflicting with base package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e2d8f6978dc..999daaff61cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,12 @@ pkgname=vcluster-git
_pkgname=vcluster
pkgdesc='Create fully functional virtual Kubernetes clusters'
pkgver=0.16.1.r4.ga45458f2
-pkgrel=1
+pkgrel=2
arch=('x86_64' 'armv7l' 'armv7h' 'aarch64')
url="https://vcluster.com"
license=('apache')
+provides=(vcluster)
+conflicts=(vcluster)
makedepends=(
'go'
'git'