Add k3s-git to conflicts

This commit is contained in:
duxet 2019-03-15 15:40:06 +01:00
parent 381fa6bd2d
commit 061bb9a5d2
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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"