summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da4f62376f87..8d74a640916e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = chart-testing
pkgdesc = CLI tool for linting and testing Helm charts
pkgver = 3.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/helm/chart-testing
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index f1d51d68fbb0..320edd5bfb9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: ml <>
+# Contributor: Thomas Hobson <thomas /at/ hexf.me>
pkgname=chart-testing
pkgver=3.4.0
-pkgrel=1
+pkgrel=2
pkgdesc='CLI tool for linting and testing Helm charts'
arch=('x86_64' 'aarch64' 'armv6h')
url='https://github.com/helm/chart-testing'