summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnmanuel2022-04-28 21:47:31 +0000
committerEnmanuel2022-04-28 21:47:31 +0000
commit2adce1b5bddb37b267bd24d6d299b1885e61c47c (patch)
tree08d9cf79bfce22c2335c0d0c491304b10d8429f7
parent29b699666eb91df0ac46b916d3ab305160d96515 (diff)
downloadaur-2adce1b5bddb37b267bd24d6d299b1885e61c47c.tar.gz
Updating to version 0.9.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22c19117a424..ce3c55eb8d02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kubergrunt
pkgdesc = Kubergrunt is a standalone go binary with a collection of commands to fill in the gaps between Terraform, Helm, and Kubectl
pkgver = 0.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gruntwork-io/kubergrunt
arch = x86_64
license = Apache-2
diff --git a/PKGBUILD b/PKGBUILD
index 78c83cb77de4..499bff41b3ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,8 @@
-# $Id$
-# Contributor: Enmanuel Moreira <enmanuelmoreira@gmail.com>
+# Maintainer: Enmanuel Moreira <enmanuelmoreira@gmail.com>
-_name=kubergrunt
pkgname=kubergrunt
pkgver=0.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="Kubergrunt is a standalone go binary with a collection of commands to fill in the gaps between Terraform, Helm, and Kubectl"
arch=('x86_64')
url="https://github.com/gruntwork-io/kubergrunt"
@@ -13,10 +11,10 @@ optdepends=('terraform'
'helm'
)
license=('Apache-2')
-source=("https://github.com/gruntwork-io/${_name}/releases/download/v${pkgver}/${_name}_linux_amd64")
+source=("https://github.com/gruntwork-io/${pkgname}/releases/download/v${pkgver}/${pkgname}_linux_amd64")
sha256sums=('279f895eb9b29595ae795a6e7587ade6a8a3b95c74b4497ce795f75da20793ef')
package() {
cd "${srcdir}"
- install -Dm755 ${_name}_linux_amd64 ${pkgdir}/usr/bin/${_name}
+ install -Dm755 ${pkgname}_linux_amd64 ${pkgdir}/usr/bin/${pkgname}
}