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

Morten Linderud foxboron at archlinux.org
Mon Oct 26 16:20:33 UTC 2020


    Date: Monday, October 26, 2020 @ 16:20:33
  Author: foxboron
Revision: 733970

upgpkg: helm 3.4.0-1

Modified:
  helm/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-26 16:14:26 UTC (rev 733969)
+++ PKGBUILD	2020-10-26 16:20:33 UTC (rev 733970)
@@ -5,7 +5,7 @@
 # Contributor: Matthias Lisin <ml at visu.li>
 
 pkgname=helm
-pkgver=3.3.4
+pkgver=3.4.0
 pkgrel=1
 pkgdesc="The Kubernetes Package Manager"
 arch=("x86_64")
@@ -13,13 +13,10 @@
 license=("Apache")
 depends=('glibc')
 makedepends=("go" "git")
-_commit=a61ce5633af99708171414353ed49547cf05013d    #refs/tags/v3.3.4^{}
-source=("git+https://github.com/helm/helm.git#commit=$_commit?signed"
-        "go1.15-compat.patch::https://github.com/helm/helm/commit/83a5e620d0acde77502b1f814f749268e8d8ef6e.patch")
+source=("git+https://github.com/helm/helm.git#tag=v${pkgver}?signed")
 validpgpkeys=('672C657BE06B4B30969C4A57461449C25E36B98E'
               '967F8AC5E2216F9F4FD270AD92AA783CBAAE8E3B')
-sha256sums=('SKIP'
-            '1ae04b9cc2641ef068ce6ad8fe1b29f4177e1451489cd4a7316bf566659d2da8')
+sha256sums=('SKIP')
 
 pkgver() {
   cd "${pkgname}"
@@ -26,11 +23,6 @@
   git describe --tags | sed 's/^v//;s/-/+/g'
 }
 
-prepare() {
-    cd "${pkgname}"
-    patch -Np1 < "$srcdir/go1.15-compat.patch"
-}
-
 build() {
     cd "${pkgname}"
     export CGO_LDFLAGS="$LDFLAGS"



More information about the arch-commits mailing list