summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthias Lisin2022-05-15 00:57:27 +0200
committerMatthias Lisin2022-05-15 00:57:27 +0200
commit603c588a0c68b4fa2f8cf53df35f0f260ffb2e79 (patch)
tree3b5459464a75e22d873a17bbfac95cd038164666 /PKGBUILD
parent61b5abc440e3d0f28806327e50de1cc42c1394d4 (diff)
downloadaur-603c588a0c68b4fa2f8cf53df35f0f260ffb2e79.tar.gz
updpkg: helm-diff 3.5.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35620082664b..e7924561ac86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: ml <ml@visu.li>
pkgname=helm-diff
-pkgver=3.4.2
+pkgver=3.5.0
pkgrel=1
pkgdesc='Helm plugin that shows a diff explaining what a helm upgrade would change'
arch=('x86_64')
url='https://github.com/databus23/helm-diff'
license=('Apache')
install=helm-diff.install
-depends=('helm')
+depends=('glibc')
makedepends=('go')
source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('d17040056e55179e05d8f6079d47a3ce01dbc6dc5400df2b92886d39310d5daa')
+sha256sums=('c6caab58c5ae665a769e69dc43dab34e100a840ed884fd56898710eea94fad30')
prepare() {
sed -i '/^hooks:$/Q' "$pkgname-$pkgver"/plugin.yaml