summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Zankich2020-05-13 22:49:14 +0000
committerAdrian Zankich2020-05-13 22:53:30 +0000
commit72f061318e29fab216098f19d897754f2317c136 (patch)
tree652484d0a67e18a5ccfaa26be54dd118acc8fdba
parent61f02ea1d70e0f91a52defedf566e8795564b48d (diff)
downloadaur-72f061318e29fab216098f19d897754f2317c136.tar.gz
Update package provides
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb445762b300..99d8ff3cfde9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = kapp-bin
pkgdesc = kapp is a simple deployment tool focused on the concept of 'Kubernetes application' — a set of resources with the same label
pkgver = 0.26.0
- pkgrel = 1
+ pkgrel = 2
url = https://get-kapp.io/
arch = x86_64
groups = k14s-bin
license = apache
+ provides = kapp
+ conflicts = kapp
source = kapp-linux-amd64-v0.26.0::https://github.com/k14s/kapp/releases/download/v0.26.0/kapp-linux-amd64
sha256sums = 7c4d525b02e0241dab13fd729735875ea2b15e2f504bd94d1480edd3072ccf96
diff --git a/PKGBUILD b/PKGBUILD
index b02b0126f957..912bc57e4600 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,13 @@
pkgname=kapp-bin
pkgdesc="kapp is a simple deployment tool focused on the concept of 'Kubernetes application' — a set of resources with the same label"
pkgver=0.26.0
-pkgrel=1
+pkgrel=2
url="https://get-kapp.io/"
arch=('x86_64')
license=('apache')
groups=('k14s-bin')
+provides=('kapp')
+conflicts=('kapp')
_binary=kapp-linux-amd64
source=("${_binary}-v${pkgver}::https://github.com/k14s/kapp/releases/download/v${pkgver}/${_binary}")
sha256sums=("7c4d525b02e0241dab13fd729735875ea2b15e2f504bd94d1480edd3072ccf96")