summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodebling2021-06-07 23:37:03 -0400
committerGitHub2021-06-08 03:37:03 +0000
commit0bf5025d46809e89e1c32f1ce2c3792a778adaa1 (patch)
treef08ecc114795b7eb99c13aa177e3771dedc21b78
parentab4cce15d959a0d31faf4f5f31929112fc8f01fe (diff)
downloadaur-0bf5025d46809e89e1c32f1ce2c3792a778adaa1.tar.gz
upgpkg: velero 1.6.0-2
Prefix version string passed to make with a 'v'
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9148eb19608a..1b38f5fc6be1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = velero
pkgdesc = Backup and migrate Kubernetes applications and their persistent volumes
pkgver = 1.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://velero.io
arch = x86_64
arch = armv6h
diff --git a/PKGBUILD b/PKGBUILD
index 49aa613d0ce4..bdf6f2f064d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=velero
pkgver=1.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="Backup and migrate Kubernetes applications and their persistent volumes"
arch=('x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://velero.io"
@@ -30,7 +30,7 @@ build() {
export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
export GOLDFLAGS="-linkmode=external"
- make GIT_TREE_STATE=clean VERSION=$pkgver local
+ make GIT_TREE_STATE=clean VERSION=v$pkgver local
./velero completion bash | install -Dm644 /dev/stdin share/bash-completion/completions/velero
./velero completion zsh | install -Dm644 /dev/stdin share/zsh/site-functions/_velero