summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Beaumont2020-05-11 19:53:17 +0200
committerMichael Beaumont2020-05-11 19:53:54 +0200
commit72c52f0882d898e8b2baa3c93bb99af4a943e7c6 (patch)
tree846b160e438350426d9415f64b23f0e6fd53e9d2
parent289c4722f2f729f16d8fa1fdb91ba9c696b49020 (diff)
downloadaur-72c52f0882d898e8b2baa3c93bb99af4a943e7c6.tar.gz
upgpkg: kustomize-bin 3.5.5-1
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD9
3 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8dc16653114a..4d63ca8975f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = kustomize-bin
pkgdesc = Customization of Kubernetes YAML configurations
- pkgver = 3.5.4
- pkgrel = 2
+ pkgver = 3.5.5
+ pkgrel = 1
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
+ source = https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv3.5.5/kustomize_v3.5.5_linux_amd64.tar.gz
sha256sums = 5cdeb2af81090ad428e3a94b39779b3e477e2bc946be1fe28714d1ca28502f6a
pkgname = kustomize-bin
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..64b67a07b62f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg
+src
+*.tar*
+LICENSE
diff --git a/PKGBUILD b/PKGBUILD
index aa4eaf27c2d9..a1072e780d4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
-# $Id$
+# Maintainer: Michael Beaumont <mjboamail@gmail.com>
# Contributor: Paul Nicholson <brenix@gmail.com>
+# URL: https://github.com/michaelbeaumont/aur-packages
_name=kustomize
pkgname=kustomize-bin
-pkgver=3.5.4
-pkgrel=2
+pkgver=3.5.5
+pkgrel=1
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')
+sha256sums=('23306e0c0fb24f5a9fea4c3b794bef39211c580e4cbaee9e21b9891cb52e73e7')
package() {
cd "${srcdir}"