summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJerry Y. Chen2021-04-23 13:16:15 +0800
committerJerry Y. Chen2021-04-23 13:16:15 +0800
commit1938556e126e0b967aadd07bd9c581dff21be15b (patch)
tree48b53056ed1738e478d16071d0ea4313c7311841 /PKGBUILD
parent23dfd2de0121b5ee38ec504eeb830ec532447725 (diff)
downloadaur-1938556e126e0b967aadd07bd9c581dff21be15b.tar.gz
fix: add provides/conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eba77dd241b1..45754708e0f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,12 @@
pkgname=skaffold-git
pkgver=1.22.0
-pkgrel=1
+pkgrel=2
pkgdesc="A command line tool that facilitates continuous development for Kubernetes applications"
arch=("x86_64")
reponame=skaffold
+provides=('skaffold')
+conflicts=('skaffold')
url="https://github.com/GoogleContainerTools/${reponame}"
license=("Apache")
depends=("docker")