diff --git a/.SRCINFO b/.SRCINFO index d3afe9b..bce1f4f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = velero-bin pkgdesc = Backup client for Kubernetes pkgver = 1.1.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/heptio/velero install = velero-bin.install arch = x86_64 diff --git a/PKGBUILD b/PKGBUILD index 5675ac9..ba01ba6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=velero-bin pkgver=1.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Backup client for Kubernetes" arch=('x86_64') url="https://github.com/heptio/velero" diff --git a/velero-bin.install b/velero-bin.install index 23d0c1d..6c0d4c0 100644 --- a/velero-bin.install +++ b/velero-bin.install @@ -1,6 +1,7 @@ post_upgrade() { echo ">>> For instructions on how to upgrade from ark to velero see:" echo ">>> https://heptio.github.io/velero/v0.11.0/migrating-to-velero" + echo ">>>" echo ">>> For instructions on how to upgrade to velero >= 1.0 see:" echo ">>> https://heptio.github.io/velero/master/upgrade-to-1.0" }