summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Grossar2020-09-02 11:20:44 +0200
committerLukas Grossar2020-09-02 11:20:44 +0200
commit625a793a66e7b7897291450c31b2dcc6a9853327 (patch)
treee5dafdea4a48e30cbca43707a99ef054a687cbcd
parent06bd0d9a76d1187a67fd610a89c2769cc1120e71 (diff)
downloadaur-625a793a66e7b7897291450c31b2dcc6a9853327.tar.gz
Configure conflicts/provides with kind
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffeab54ce003..be59ac08b2f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = kind-bin
pkgdesc = Kubernetes IN Docker - local clusters for testing Kubernetes
pkgver = 0.8.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/kubernetes-sigs/kind
arch = x86_64
license = Apache
+ provides = kind
+ conflicts = kind
source = kind-linux-amd64-0.8.1::https://github.com/kubernetes-sigs/kind/releases/download/v0.8.1/kind-linux-amd64
sha256sums = 781c3db479b805d161b7c2c7a31896d1a504b583ebfcce8fcd49538c684d96bc
diff --git a/PKGBUILD b/PKGBUILD
index 97aa71fd8d74..bf5dceffa430 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,12 @@
pkgname=kind-bin
pkgdesc="Kubernetes IN Docker - local clusters for testing Kubernetes"
pkgver=0.8.1
-pkgrel=2
+pkgrel=3
arch=('x86_64')
url="https://github.com/kubernetes-sigs/kind"
license=('Apache')
+provides=('kind')
+conflicts=('kind')
_binary=kind-linux-amd64
source=("$_binary-$pkgver::https://github.com/kubernetes-sigs/kind/releases/download/v$pkgver/$_binary")
sha256sums=('781c3db479b805d161b7c2c7a31896d1a504b583ebfcce8fcd49538c684d96bc')