mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 14:34:42 +01:00
don't create debug package by default
This commit is contained in:
parent
453a800180
commit
bba85e9f4e
2 changed files with 4 additions and 2 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = k3s-bin
|
||||
pkgdesc = Lightweight Kubernetes
|
||||
pkgver = 1.35.0+k3s3
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://k3s.io
|
||||
arch = x86_64
|
||||
arch = armv7h
|
||||
|
|
@ -9,6 +9,7 @@ pkgbase = k3s-bin
|
|||
license = Apache
|
||||
conflicts = k3s
|
||||
conflicts = k3s-git
|
||||
options = !debug
|
||||
backup = etc/systemd/system/k3s.service.env
|
||||
source = k3s.service
|
||||
source = k3s.service.env
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -3,13 +3,14 @@
|
|||
|
||||
pkgname="k3s-bin"
|
||||
pkgver="1.35.0+k3s3"
|
||||
pkgrel="1"
|
||||
pkgrel="2"
|
||||
pkgdesc="Lightweight Kubernetes"
|
||||
url="https://k3s.io"
|
||||
license=("Apache")
|
||||
arch=("x86_64" "armv7h" "aarch64")
|
||||
conflicts=("k3s" "k3s-git")
|
||||
backup=("etc/systemd/system/k3s.service.env")
|
||||
options=('!debug')
|
||||
|
||||
source=(
|
||||
"k3s.service"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue