summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorml2020-12-18 10:01:32 +0100
committerml2020-12-18 10:01:32 +0100
commited6a121c541a36c417fbadfd30a4104fe075ec7c (patch)
treeebcaff4298ea4a7ea0e2448494cc45134215b0ee /PKGBUILD
parent01a524bd58a182aa6f5d362c46b6da3453d47e5d (diff)
downloadaur-ed6a121c541a36c417fbadfd30a4104fe075ec7c.tar.gz
updpkg: kubectl-neat 2.0.1-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11bdaf09231a..f5b122be187b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: ml <ml@visu.li>
pkgname=kubectl-neat
pkgver=2.0.1
-pkgrel=1
+pkgrel=2
pkgdesc='Clean up Kuberntes yaml and json output to make it readable'
arch=('x86_64' 'aarch64')
url='https://github.com/itaysk/kubectl-neat'
@@ -12,11 +12,6 @@ groups=('kubectl-plugins')
source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('6393112f66e6a50ee6dfcadadc65d143a50fe6ae2466ec6d000a3ca8d8b304cd')
-prepare() {
- cd "${pkgname}-${pkgver}"
- go mod download
-}
-
build() {
cd "${pkgname}-${pkgver}"
export CGO_ENABLED=1