diff options
author | Vianney Bouchaud | 2023-10-06 14:30:43 +0200 |
---|---|---|
committer | Vianney Bouchaud | 2023-10-06 14:30:43 +0200 |
commit | 146af841ad5d04a2dd997ae524bc87a1685639db (patch) | |
tree | 2375dcaf187a89303080e02f10a3908ea08c787b /PKGBUILD | |
parent | b8bd222f32f18adfe774fe8646b64618dcff8a20 (diff) | |
download | aur-vcluster-git.tar.gz |
upgpkg: vcluster-git 0.16.1.r4.ga45458f2-2
conflicting with base package
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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' |