summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42eac745c793..1bc672c40afb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kubernetes-helm
pkgdesc = A tool to manage Kubernetes charts
- pkgver = 3.0.1
+ pkgver = 3.0.3
pkgrel = 1
url = https://github.com/helm/helm
arch = i686
@@ -16,9 +16,8 @@ pkgbase = kubernetes-helm
provides = kubernetes-helm
conflicts = kubernetes-helm-bin
conflicts = kubernetes-helm
- conflicts = kubernetes-helm3
conflicts = kubernetes-helm-git
- source = git+https://github.com/helm/helm#tag=v3.0.1
+ source = git+https://github.com/helm/helm#tag=v3.0.3
md5sums = SKIP
pkgname = kubernetes-helm
diff --git a/PKGBUILD b/PKGBUILD
index 152d63226a4b..924cd1108b56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Wayne Cheng <waynethecheng@gmail.com>
pkgname=kubernetes-helm
-pkgver=3.0.1
-pkgrel=2
+pkgver=3.0.3
+pkgrel=1
pkgdesc="A tool to manage Kubernetes charts"
arch=('i686' 'x86_64' 'arm' 'aarch64')
url="https://github.com/helm/helm"