summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Oehme2019-05-22 08:41:47 +0000
committerDennis Oehme2019-05-22 08:41:47 +0000
commit1a336ca2c437fd9a037b620ba32a1c21108a22ef (patch)
tree844d4da638ba92405c10b7cfbaf6371633d3ed7d
parent2ca70bbaae8452aa0f0ba71ad608baf25d0c2268 (diff)
downloadaur-1a336ca2c437fd9a037b620ba32a1c21108a22ef.tar.gz
bump version to 1.12.1-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d113c500d512..ac63266afeb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = kops-bin
pkgdesc = Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management
pkgver = 1.12.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kubernetes/kops
arch = x86_64
license = apache
source_x86_64 = kops-bin-1.12.1::https://github.com/kubernetes/kops/releases/download/1.12.1/kops-linux-amd64
- md5sums_x86_64 = a3951d04b701606d6567aecdee2e6ca9
+ sha1sums_x86_64 = c8d5a187d72e0564ab7f2777fe9620d925664873
pkgname = kops-bin
diff --git a/PKGBUILD b/PKGBUILD
index acd13e2b5bcd..18a9fe7ec84f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=kops-bin
pkgver=1.12.1
_build=${pkgver}
-pkgrel=1
+pkgrel=2
pkgdesc='Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management'
url='https://github.com/kubernetes/kops'
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('apache')
conflicts=()
source_x86_64=("$pkgname-$pkgver::https://github.com/kubernetes/kops/releases/download/${_build}/kops-linux-amd64")
-md5sums_x86_64=('a3951d04b701606d6567aecdee2e6ca9')
+sha1sums_x86_64=('c8d5a187d72e0564ab7f2777fe9620d925664873')
package() {
install -d ${pkgdir}/usr/bin
@@ -19,6 +19,7 @@ package() {
install -d 755 "$pkgdir/usr/share/bash-completion/completions"
install -d 755 "$pkgdir/usr/share/zsh/site-functions"
+
"$pkgdir/usr/bin/kops" completion bash > "$pkgdir/usr/share/bash-completion/completions/kops"
- "$pkgdir/usr/bin/kops" completion zsh > "$pkgdir/usr/share/zsh/site-functions/_kops"
+ "$pkgdir/usr/bin/kops" completion zsh > "$pkgdir/usr/share/zsh/site-functions/_kops"
}