mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 06:54:23 +01:00
Add k3s-git to conflicts
This commit is contained in:
parent
381fa6bd2d
commit
061bb9a5d2
2 changed files with 2 additions and 0 deletions
1
.SRCINFO
1
.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
|
||||
|
|
|
|||
1
PKGBUILD
1
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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue