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

Morten Linderud foxboron at archlinux.org
Sat Jun 6 09:25:56 UTC 2020


    Date: Saturday, June 6, 2020 @ 09:25:55
  Author: foxboron
Revision: 639349

upgpkg: helm 3.2.2-1

Modified:
  helm/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-06 09:25:19 UTC (rev 639348)
+++ PKGBUILD	2020-06-06 09:25:55 UTC (rev 639349)
@@ -5,7 +5,7 @@
 # Contributor: Matthias Lisin <ml at visu.li>
 
 pkgname=helm
-pkgver=3.2.1
+pkgver=3.2.2
 pkgrel=1
 pkgdesc="The Kubernetes Package Manager"
 arch=("x86_64")
@@ -13,11 +13,16 @@
 license=("Apache")
 depends=('glibc')
 makedepends=("go" "git")
-_commit=e11b7ce3b12db2941e90399e874513fbd24bcb71
+_commit=a6ea66349ae3015618da4f547677a14b9ecc09b3
 source=("git+https://github.com/helm/helm.git#commit=$_commit?signed")
 validpgpkeys=('672C657BE06B4B30969C4A57461449C25E36B98E')
 sha256sums=('SKIP')
 
+pkgver() {
+  cd "${pkgname}"
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
 build() {
     cd "${pkgname}"
     export CGO_LDFLAGS="$LDFLAGS"



More information about the arch-commits mailing list