summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot]2024-01-21 12:59:06 +0000
committergithub-actions[bot]2024-01-21 12:59:06 +0000
commitf91ed47e33314012522edc91e49307ed7918631a (patch)
tree2ede13696f68eea03b12dcdf551b1b5f1ae546e1
parent736de63a1e4803a3799a0c3ef3dab5c4300aff01 (diff)
downloadaur-f91ed47e33314012522edc91e49307ed7918631a.tar.gz
Automatic update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e24e3dff354a..862d47406c19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kwt
pkgdesc = Kubernetes Workstation Tools CLI
pkgver = 0.0.8
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/carvel-dev/kwt
arch = any
license = apache-2.0
diff --git a/PKGBUILD b/PKGBUILD
index c5bb526cb712..c84ce2e9a807 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,12 @@
# shellcheck disable=SC2034,SC2154
pkgname=kwt
pkgver=0.0.8
-pkgrel=2
+pkgrel=3
pkgdesc='Kubernetes Workstation Tools CLI'
url='https://github.com/carvel-dev/kwt'
arch=(any)
license=(apache-2.0)
+install=''
makedepends=(bash go)
provides=(kwt)
source=(kwt-0.0.8::https://github.com/carvel-dev/kwt/archive/v0.0.8.tar.gz)