summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVianney Bouchaud2023-10-06 14:30:43 +0200
committerVianney Bouchaud2023-10-06 14:30:43 +0200
commit146af841ad5d04a2dd997ae524bc87a1685639db (patch)
tree2375dcaf187a89303080e02f10a3908ea08c787b
parentb8bd222f32f18adfe774fe8646b64618dcff8a20 (diff)
downloadaur-146af841ad5d04a2dd997ae524bc87a1685639db.tar.gz
upgpkg: vcluster-git 0.16.1.r4.ga45458f2-2
conflicting with base package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a951fe195b07..41d6f0f70c48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vcluster-git
pkgdesc = Create fully functional virtual Kubernetes clusters
pkgver = 0.16.1.r4.ga45458f2
- pkgrel = 1
+ pkgrel = 2
url = https://vcluster.com
arch = x86_64
arch = armv7l
@@ -11,6 +11,8 @@ pkgbase = vcluster-git
makedepends = go
makedepends = git
depends = glibc
+ provides = vcluster
+ conflicts = vcluster
source = vcluster::git+https://github.com/loft-sh/vcluster#branch=main
sha256sums = SKIP
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'