diff options
author | github-actions[bot] | 2024-01-21 12:59:06 +0000 |
---|---|---|
committer | github-actions[bot] | 2024-01-21 12:59:06 +0000 |
commit | f91ed47e33314012522edc91e49307ed7918631a (patch) | |
tree | 2ede13696f68eea03b12dcdf551b1b5f1ae546e1 | |
parent | 736de63a1e4803a3799a0c3ef3dab5c4300aff01 (diff) | |
download | aur-f91ed47e33314012522edc91e49307ed7918631a.tar.gz |
Automatic update
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -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 @@ -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) |