summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArturo Penen2020-06-30 11:55:51 +0200
committerArturo Penen2020-06-30 11:55:51 +0200
commitafa8705fd48f5aa36028ce0e0f35c995e59a6b9e (patch)
treeac632304b08346ffc0e89ccc3bdb4f2061a464c1
parentd5a51d3b160472ff767d84e2dcab915952e50850 (diff)
downloadaur-afa8705fd48f5aa36028ce0e0f35c995e59a6b9e.tar.gz
Corrected .SRCINFO
Signed-off-by: Arturo Penen <arturo.penen@diagroup.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92e3e97f721c..2458a0566871 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kops
- pkgdesc = Command line tool for working with kops, build from source
+ pkgdesc = Kubernetes Operations - Production Grade K8s Installation, Upgrades, and Management (build from src)
pkgver = 1.17.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kubernetes/kops
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index e488c9d6057f..12ee60c9b2e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kops
pkgver=1.17.0
-pkgrel=2
+pkgrel=3
pkgdesc='Kubernetes Operations - Production Grade K8s Installation, Upgrades, and Management (build from src)'
arch=('x86_64')
url='https://github.com/kubernetes/kops'