summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-06-13 19:18:58 +0200
committerGoliathLabs2020-06-13 19:18:58 +0200
commit043a92b1cb2e88914b8d671ea9c4949272b610bc (patch)
treeeefab69e91d164d4035fdd880c50385d3292109a
parent77ce6a37e0344a95649ba4cb80b850ae025dab46 (diff)
downloadaur-043a92b1cb2e88914b8d671ea9c4949272b610bc.tar.gz
Updated: PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bcfb232bdb1..32a05ed7f133 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kube-aws
pkgdesc = CLI tool to automate Kubernetes cluster deployment to AWS
- pkgver = v0.16.1
- pkgrel = 1
+ pkgver = 0.16.1
+ pkgrel = 2
url = https://github.com/coreos/kube-aws
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 39bb90085e6f..10dbb93bc729 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Zachary Elliott <contact@zell.io>
pkgname=kube-aws
-pkgver=v0.16.1
-pkgrel=1
+pkgver=0.16.1
+pkgrel=2
pkgdesc="CLI tool to automate Kubernetes cluster deployment to AWS"
arch=('x86_64')
url="https://github.com/coreos/kube-aws"
license=('Apache')
makedepends=()
-source=("${url}/releases/download/${pkgver}/kube-aws-linux-amd64.tar.gz")
+source=("${url}/releases/download/v${pkgver}/kube-aws-linux-amd64.tar.gz")
sha512sums=('281bf024822b0861401e5959c507e999729df28505aedecfa6de73f98f0163b420720286dbd4444d7d73033018f3a611675b2e998689fd466740b73a963e2926')
package() {