[arch-commits] Commit in helm/trunk (PKGBUILD)

Morten Linderud foxboron at archlinux.org
Wed Mar 17 22:17:25 UTC 2021


    Date: Wednesday, March 17, 2021 @ 22:17:24
  Author: foxboron
Revision: 894258

upgpkg: helm 3.5.3-1

Modified:
  helm/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-17 22:14:15 UTC (rev 894257)
+++ PKGBUILD	2021-03-17 22:17:24 UTC (rev 894258)
@@ -5,7 +5,7 @@
 # Contributor: Matthias Lisin <ml at visu.li>
 
 pkgname=helm
-pkgver=3.5.2
+pkgver=3.5.3
 pkgrel=1
 pkgdesc="The Kubernetes Package Manager"
 arch=("x86_64")
@@ -15,6 +15,7 @@
 makedepends=("go" "git")
 source=("git+https://github.com/helm/helm.git#tag=v${pkgver}?signed")
 validpgpkeys=('672C657BE06B4B30969C4A57461449C25E36B98E'
+              'CABAA8D44DFACA14791FBE9892C44A3D421FF7F9'
               '967F8AC5E2216F9F4FD270AD92AA783CBAAE8E3B')
 sha256sums=('SKIP')
 
@@ -23,6 +24,14 @@
   git describe --tags | sed 's/^v//;s/-/+/g'
 }
 
+prepare() {
+  cd "${pkgname}"
+  go mod tidy
+
+  # update test expectation for new template error string
+  git cherry-pick -n f57c01cd9365d7f50a7e3d69b8c75a687392e74c
+}
+
 build() {
     cd "${pkgname}"
     export CGO_LDFLAGS="$LDFLAGS"



More information about the arch-commits mailing list