summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Shapovalov2024-02-14 01:58:16 +0100
committerIvan Shapovalov2024-02-14 01:58:16 +0100
commitef29b9c0d039f4b8349066be0ff3c199c3f62f78 (patch)
tree6763f39c75bbe9ca8859d6124681683a13cf10fa
parentf21e5420c73ff76707177b55837ae8791713079e (diff)
downloadaur-k3s.tar.gz
Drop go makedepend
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91c72a509db0..68bb59d828d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = k3s
arch = x86_64
license = Apache
makedepends = git
- makedepends = go
makedepends = podman
backup = etc/systemd/system/k3s.service.env
backup = etc/systemd/system/k3s-agent.service.env
diff --git a/PKGBUILD b/PKGBUILD
index 9f09919e9f4b..2a528da34e63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,10 @@ arch=(x86_64)
url='https://k3s.io'
license=(Apache)
makedepends=(
- git go podman
+ git podman
# these are (some of) the tools that are installed into the "builder"
# docker container during the officially blessed build path
- # curl jq yq zstd pigz
+ # go curl jq yq zstd pigz
)
backup=(
etc/systemd/system/k3s.service.env