summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2caf8928496d..96dbe126251c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = skaffold-bin
pkgdesc = A command line tool that facilitates continuous development for Kubernetes applications.
pkgver = 0.26.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/GoogleContainerTools/skaffold
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 4366baabfc51..75d6e21faa65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgauthor=GoogleContainerTools
_upstream_pkgname=skaffold
pkgname=skaffold-bin
pkgver=0.26.0
-pkgrel=1
+pkgrel=2
pkgdesc="A command line tool that facilitates continuous development for Kubernetes applications."
arch=('x86_64')
_goos="linux"
@@ -13,9 +13,9 @@ _goarch="amd64"
groups=()
depends=()
makedepends=()
-provides=()
-conflicts=()
-replaces=()
+provides=("skaffold-bin")
+conflicts=("skaffold" "skaffold-git")
+replaces=("skaffold" "skaffold-git")
backup=()
options=()
install=