summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Scheller2024-01-29 22:17:58 +0100
committerThomas Scheller2024-01-29 22:17:58 +0100
commit3ba4247d07423bed95fbb57c66dc3cfdd7f474b8 (patch)
treecc85680d192f753337daef4a8e6a0d52282c0cd8
parentcaa4913fbde8bfc7a55f0eb6f1021c5c798f6e94 (diff)
downloadaur-3ba4247d07423bed95fbb57c66dc3cfdd7f474b8.tar.gz
Backup config file
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a674ad0a0b48..d66e7ba8d489 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = k3s-1.29-bin
pkgdesc = Lightweight Kubernetes
pkgver = 1.29.0+k3s1
- pkgrel = 1
+ pkgrel = 2
url = https://k3s.io
arch = x86_64
arch = armv7h
@@ -9,6 +9,7 @@ pkgbase = k3s-1.29-bin
license = Apache
provides = k3s
conflicts = k3s
+ backup = etc/conf.d/k3s
source = k3s.service
source = k3s.env
source = k3s-killall.sh
diff --git a/PKGBUILD b/PKGBUILD
index 67c1c009425a..627e05fdcaeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: duxet <duxetlg@gmail.com>
pkgname=k3s-1.29-bin
pkgver=1.29.0+k3s1
-pkgrel=1
+pkgrel=2
pkgdesc="Lightweight Kubernetes"
url="https://k3s.io"
license=('Apache')
@@ -11,7 +11,7 @@ arch=('x86_64' 'armv7h' 'aarch64')
provides=('k3s')
conflicts=('k3s')
-#backup=("etc/conf.d/k3s")
+backup=("etc/conf.d/k3s")
source=(
"k3s.service"