diff --git a/.SRCINFO b/.SRCINFO index 466661c9d757..c1e327010f53 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -5,6 +5,7 @@ pkgbase = k3s-bin url = https://k3s.io arch = x86_64 license = Apache + conflicts = k3s-git source = k3s-0.2.0::https://github.com/rancher/k3s/releases/download/v0.2.0/k3s source = k3s.service sha256sums = a77f1830856ea4fb136f22cc930ab2eaf7635c1563089932630b4d2521a9fe31 diff --git a/PKGBUILD b/PKGBUILD index 40b96e316bcf..606a0264621e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,6 +7,7 @@ pkgdesc="Lightweight Kubernetes" url="https://k3s.io" license=('Apache') arch=('x86_64') +conflicts=('k3s-git') source=( "k3s-${pkgver}::https://github.com/rancher/k3s/releases/download/v${pkgver}/k3s"