summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Dobre2021-11-03 14:51:58 +0200
committerAndrei Dobre2021-11-03 14:51:58 +0200
commit3589ef05d4e0c00f04a584548b9f4743a04fef2f (patch)
tree7ad0fb362132c87a1a365359238b74c0ac7075c7
parent1bf62e2c520b058a042e08c5f7236d404d8b7640 (diff)
downloadaur-3589ef05d4e0c00f04a584548b9f4743a04fef2f.tar.gz
Add conflicts field
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c5c325ba5d4..12b178b87a5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ pkgrel=1
pkgdesc="SDK for building Kubernetes APIs"
url="https://github.com/kubernetes-sigs/kubebuilder"
license=('APACHE')
+conflicts=('kubebuilder-bin')
source=("https://github.com/kubernetes-sigs/kubebuilder/releases/download/v${pkgver}/kubebuilder_linux_amd64")
sha256sums=('102bb0f586dcb50951aded67856483a2ee114057c56475b3cda6051a12832a72')
arch=('x86_64')