summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Schichtel2024-04-13 12:08:44 +0200
committerPhillip Schichtel2024-04-13 12:08:44 +0200
commitfa7ef57bb14313f3db1df5191aaf992767b2ef0f (patch)
treee872ec37f4204f6ec29b99665e24c75c9cdc22af
parent1b4113de99b0461511d0a662b26627645ad78383 (diff)
downloadaur-fa7ef57bb14313f3db1df5191aaf992767b2ef0f.tar.gz
fix the license and add the sha256sum
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c2a10c33df0..8ca35cd68d08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = k0sctl
arch = x86_64
arch = armv7h
arch = aarch64
- license = Apache
+ license = Apache-2.0
makedepends = go>=1.21
provides = k0sctl
source = git+https://github.com/k0sproject/k0sctl.git#commit=372a589d00374d047bd4bb93724d8fdc2f81ac08
diff --git a/PKGBUILD b/PKGBUILD
index f929fb880f62..71dd4e8ad26a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@ pkgrel=1
pkgdesc="A bootstrapping and management tool for k0s clusters."
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/k0sproject/k0sctl"
-license=('Apache')
+license=('Apache-2.0')
makedepends=('go>=1.21')
provides=(k0sctl)
validpgpkeys=(5DE3E0509C47EA3CF04A42D34AEE18F83AFDEB23)
source=("git+https://github.com/k0sproject/k0sctl.git#commit=372a589d00374d047bd4bb93724d8fdc2f81ac08")
-sha256sums=('SKIP')
+sha256sums=('9dffb7280643ec3d721adac1a9f4a3ce468728cfdc981b32b9292a7ecd131695')
build() {
cd "k0sctl"