summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Lisin2020-05-28 16:59:44 +0200
committerMatthias Lisin2020-05-28 16:59:44 +0200
commit19420fcab63f3ae9c5b61c19a80c235623cb2ce8 (patch)
tree32e40e67e047f528822513e4c5719444e6d485b1
parent4955c5df73f1fcc9a6885a00c2fa955dd1d305d4 (diff)
downloadaur-19420fcab63f3ae9c5b61c19a80c235623cb2ce8.tar.gz
updpkg: helm-secrets 2.0.2-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bec1f005cac..281f8571d0bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = helm-secrets
pkgdesc = Helm plugin to manage secrets with Git workflow and store them anywhere
pkgver = 2.0.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/zendesk/helm-secrets
install = helm-secrets.install
arch = any
license = Apache
- depends = helm
depends = bash
- optdepends = sops
+ depends = helm
+ depends = sops
source = helm-secrets-2.0.2.tar.gz::https://github.com/zendesk/helm-secrets/archive/v2.0.2.tar.gz
sha256sums = 282b3ebd60f726c25194451489b048de56cee2c75ade6d3242cee956fec3026d
diff --git a/PKGBUILD b/PKGBUILD
index caa1bb61bc6b..87fe85ace901 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,13 @@
# TODO add test. update to HEAD
pkgname=helm-secrets
pkgver=2.0.2
-pkgrel=2
+pkgrel=3
pkgdesc='Helm plugin to manage secrets with Git workflow and store them anywhere'
arch=('any')
url='https://github.com/zendesk/helm-secrets'
license=('Apache')
install=helm-secrets.install
-depends=('helm' 'bash')
-optdepends=('sops')
+depends=('bash' 'helm' 'sops')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
sha256sums=('282b3ebd60f726c25194451489b048de56cee2c75ade6d3242cee956fec3026d')