summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnmanuel2022-07-04 13:38:15 +0000
committerEnmanuel2022-07-04 13:38:15 +0000
commit13821cb7f66dc2f73ecb0e2f242b74ad6fce169d (patch)
tree2f2fe4f3c6ac026941d704de29dcadea4893e9f2
parent0108c173988d7eb2a1cae352962dece950f18e2b (diff)
downloadaur-13821cb7f66dc2f73ecb0e2f242b74ad6fce169d.tar.gz
Fix pkgver typo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd72b00b446b..a2c4205364d7 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.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/gruntwork-io/kubergrunt
arch = x86_64
license = Apache-2
diff --git a/PKGBUILD b/PKGBUILD
index a06c37b4cb62..4f72340c307c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Enmanuel Moreira <enmanuelmoreira@gmail.com>
pkgname=kubergrunt
-pkgver=$PKGVER
-pkgrel=2
+pkgver=0.9.1
+pkgrel=3
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"