summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Shapovalov2024-02-14 01:58:36 +0100
committerIvan Shapovalov2024-02-14 01:58:41 +0100
commitc034b64670f708a85abafb3a3efad708e3dafa02 (patch)
tree7d4d8a669e2fb1cd18b70133aff213129e018ed9
parent7293f25e194e6b469fa228dc19a453e945927d6b (diff)
downloadaur-k3s-git.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 9604bb3db78e..2c5bbe7dd981 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = k3s-git
arch = x86_64
license = Apache
makedepends = git
- makedepends = go
makedepends = podman
provides = k3s
conflicts = k3s
diff --git a/PKGBUILD b/PKGBUILD
index ad599bbf3257..60954a42b5da 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
)
provides=(k3s)
conflicts=(k3s)