summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Nicholson2020-03-25 21:45:38 -0700
committerPaul Nicholson2020-03-25 21:45:38 -0700
commit289c4722f2f729f16d8fa1fdb91ba9c696b49020 (patch)
treebfa5212b60fd32997473046c47dcf58711d2fc89
parent5b47d89b1ef601e5c18b13b44246793aaf90f5f5 (diff)
downloadaur-289c4722f2f729f16d8fa1fdb91ba9c696b49020.tar.gz
upgpkg: kustomize-bin 3.5.4-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f49b2e78443..8dc16653114a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = kustomize-bin
pkgdesc = Customization of Kubernetes YAML configurations
pkgver = 3.5.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kubernetes-sigs/kustomize
arch = x86_64
license = Apache
+ provides = kustomize
source = https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv3.5.4/kustomize_v3.5.4_linux_amd64.tar.gz
sha256sums = 5cdeb2af81090ad428e3a94b39779b3e477e2bc946be1fe28714d1ca28502f6a
diff --git a/PKGBUILD b/PKGBUILD
index b37f5c2f9037..aa4eaf27c2d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,12 @@
_name=kustomize
pkgname=kustomize-bin
pkgver=3.5.4
-pkgrel=1
+pkgrel=2
pkgdesc="Customization of Kubernetes YAML configurations"
arch=('x86_64')
url="https://github.com/kubernetes-sigs/kustomize"
license=('Apache')
+provides=('kustomize')
source=("https://github.com/kubernetes-sigs/${_name}/releases/download/${_name}%2Fv${pkgver}/${_name}_v${pkgver}_linux_amd64.tar.gz")
sha256sums=('5cdeb2af81090ad428e3a94b39779b3e477e2bc946be1fe28714d1ca28502f6a')