summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Grossar2019-11-18 21:35:50 +0100
committerLukas Grossar2019-11-18 21:43:20 +0100
commitf4ffea7c8a635a335a6a6bae31b7483d77c6342d (patch)
tree2a4fb4a52bc56a9423538b8cb4e41265e1a3024c
parente804cce761fc31addc8a922561f9c75f42765291 (diff)
downloadaur-f4ffea7c8a635a335a6a6bae31b7483d77c6342d.tar.gz
upgrade to v2.16.1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD11
2 files changed, 15 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67383b2333ce..7803ce0ff1ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
-pkgbase = kubernetes-helm
+pkgbase = kubernetes-helm2
pkgdesc = A tool to manage Kubernetes charts
- pkgver = 3.0.0
+ pkgver = 2.16.1
pkgrel = 1
url = https://github.com/helm/helm
arch = i686
@@ -15,8 +15,11 @@ pkgbase = kubernetes-helm
optdepends = kubectl: check cluster status
optdepends = kubectl-bin: check cluster status - binary package
conflicts = kubernetes-helm-bin
- source = git+https://github.com/helm/helm#tag=v3.0.0
+ conflicts = kubernetes-helm
+ conflicts = kubernetes-helm3
+ conflicts = kubernetes-helm-git
+ source = git+https://github.com/helm/helm#tag=v2.16.1
md5sums = SKIP
-pkgname = kubernetes-helm
+pkgname = kubernetes-helm2
diff --git a/PKGBUILD b/PKGBUILD
index e8e82f92ba23..0d1e8ec753e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Lukas Grossar <lukas.grossar@gmail.com>
# Contributor: Ivan Shapovalov <intelfx@intelfx.name>
-pkgname=kubernetes-helm
-pkgver=3.0.0
+pkgname=kubernetes-helm2
+pkgver=2.16.1
pkgrel=1
pkgdesc="A tool to manage Kubernetes charts"
arch=('i686' 'x86_64' 'arm' 'aarch64')
@@ -13,7 +13,12 @@ optdepends=(
'kubectl: check cluster status'
'kubectl-bin: check cluster status - binary package'
)
-conflicts=('kubernetes-helm-bin')
+conflicts=(
+ 'kubernetes-helm-bin'
+ 'kubernetes-helm'
+ 'kubernetes-helm3'
+ 'kubernetes-helm-git'
+)
license=('Apache')
source=("git+https://github.com/helm/helm#tag=v${pkgver}")
md5sums=('SKIP')