[arch-commits] Commit in helm/trunk (PKGBUILD)
Morten Linderud
foxboron at gemini.archlinux.org
Sat Sep 18 11:48:52 UTC 2021
Date: Saturday, September 18, 2021 @ 11:48:52
Author: foxboron
Revision: 1016919
upgpkg: helm 3.7.0-1
Modified:
helm/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-09-18 11:46:30 UTC (rev 1016918)
+++ PKGBUILD 2021-09-18 11:48:52 UTC (rev 1016919)
@@ -5,7 +5,7 @@
# Contributor: Matthias Lisin <ml at visu.li>
pkgname=helm
-pkgver=3.6.3
+pkgver=3.7.0
pkgrel=1
pkgdesc="The Kubernetes Package Manager"
arch=("x86_64")
@@ -13,9 +13,9 @@
license=("Apache")
depends=('glibc')
makedepends=("go" "git")
-_commit=ee407bdf364942bcb8e8c665f82e15aa28009b71
-#source=("git+https://github.com/helm/helm.git#commit=${_commit}?signed")
-source=("git+https://github.com/helm/helm.git#tag=v${pkgver}?signed")
+_commit=eeac83883cb4014fe60267ec6373570374ce770b #refs/tags/v3.7.0^{}
+source=("git+https://github.com/helm/helm.git#commit=${_commit}?signed")
+#source=("git+https://github.com/helm/helm.git#tag=v${pkgver}?signed")
validpgpkeys=('672C657BE06B4B30969C4A57461449C25E36B98E'
'CABAA8D44DFACA14791FBE9892C44A3D421FF7F9'
'967F8AC5E2216F9F4FD270AD92AA783CBAAE8E3B')
@@ -29,9 +29,6 @@
prepare() {
cd "${pkgname}"
go mod tidy
-
- # update test expectation for new template error string
- git cherry-pick -n f57c01cd9365d7f50a7e3d69b8c75a687392e74c
}
build() {
More information about the arch-commits
mailing list