summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Birks2019-09-06 19:41:29 -0400
committerDavid Birks2019-09-06 19:41:29 -0400
commit79a6421b4dcb7dab73e9e39aaa96d035d799b7f7 (patch)
tree8341a2dbf640a9ea485944b0f3d80c77412a9c46
parent5d22577df4cf5f9ae88d4b17edfa1b3659ddb906 (diff)
downloadaur-79a6421b4dcb7dab73e9e39aaa96d035d799b7f7.tar.gz
Add kapp-git to conflicts
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdb99e0b76fe..5685a2ff3d51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = kapp
license = Apache
makedepends = go
depends = kubectl
+ conflicts = kapp-git
source = kapp-0.11.0.tar.gz::https://github.com/k14s/kapp/archive/v0.11.0.tar.gz
sha256sums = 9a312eec32f50cd17098aa348f62d0088e9537101c841a31601e0c4697d027f1
diff --git a/PKGBUILD b/PKGBUILD
index 2e1ee88625c6..66fbe1a0d7c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ license=('Apache')
url='https://github.com/k14s/kapp'
depends=('kubectl')
makedepends=('go')
+conflicts=('kapp-git')
source=("$pkgname-$pkgver.tar.gz::https://github.com/k14s/kapp/archive/v$pkgver.tar.gz")
sha256sums=('9a312eec32f50cd17098aa348f62d0088e9537101c841a31601e0c4697d027f1')