summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--PKGBUILD.tpl2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c189f54b6628..7219069a1798 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = kubernetes-helmfile-bin
pkgdesc = Deploy Kubernetes Helm Charts
pkgver = 0.145.2
- pkgrel = 1
- url = https://github.com/roboll/helmfile
+ pkgrel = 2
+ url = https://github.com/helmfile/helmfile
arch = x86_64
arch = aarch64
arch = i486
diff --git a/PKGBUILD b/PKGBUILD
index 14e563da7cdc..03c84cb0cef3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=kubernetes-helmfile-bin
pkgver=0.145.2
-pkgrel=1
+pkgrel=2
pkgdesc="Deploy Kubernetes Helm Charts"
-url="https://github.com/roboll/helmfile"
+url="https://github.com/helmfile/helmfile"
license=('MIT')
arch=('x86_64' 'aarch64' 'i486' 'i686')
depends=('helm')
diff --git a/PKGBUILD.tpl b/PKGBUILD.tpl
index 3e4ecf067310..ff838d15ac56 100644
--- a/PKGBUILD.tpl
+++ b/PKGBUILD.tpl
@@ -4,7 +4,7 @@ pkgname=kubernetes-helmfile-bin
pkgver=${VERSION}
pkgrel=${PKGREL}
pkgdesc="Deploy Kubernetes Helm Charts"
-url="https://github.com/roboll/helmfile"
+url="https://github.com/helmfile/helmfile"
license=('MIT')
arch=('x86_64' 'aarch64' 'i486' 'i686')
depends=('helm')