diff options
author | David Rodriguez | 2018-12-17 21:00:06 -0500 |
---|---|---|
committer | David Rodriguez | 2018-12-17 21:00:06 -0500 |
commit | 5446c4956245dc3dde287f9341dc4d2432643c55 (patch) | |
tree | 97614d2d552f36d9c1256714a16c0dba2ab355db /PKGBUILD | |
parent | c7281e587c582a82082c4b2cc668c274db8e0506 (diff) | |
download | aur-5446c4956245dc3dde287f9341dc4d2432643c55.tar.gz |
Add maintainer and clearer description
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,7 +1,9 @@ +# Maintainer: David Rodriguez <dissonant.tech@gmail.com> + pkgname=kops-git pkgver=1.11.0.alpha.1.r283.ge15d7ee4b -pkgrel=1 -pkgdesc="Kubernetes Operations (kops git) - Production Grade K8s Installation, Upgrades, and Management" +pkgrel=2 +pkgdesc="Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management. (git version)" arch=('x86_64') url="https://github.com/kubernetes/kops" license=('Apache') |