summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore7
-rw-r--r--PKGBUILD7
3 files changed, 3 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc1b2b0116bb..a21896996825 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kubectl-neat
pkgdesc = Clean up Kuberntes yaml and json output to make it readable
pkgver = 2.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/itaysk/kubectl-neat
arch = x86_64
arch = aarch64
diff --git a/.gitignore b/.gitignore
index f1ecb611e6e2..72e8ffc0db8a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1 @@
-/pkg/
-/src/
-/*.log
-/*.tar.gz
-/*.pkg.tar*
-/*.src.tar*
+*
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