summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgithub-actions[bot]2024-04-20 19:43:51 +0000
committergithub-actions[bot]2024-04-20 19:43:51 +0000
commit7f920c5504201d82690b98c5b330421119ab1877 (patch)
tree0167465abc98701d8cbb619cf184761682358e37 /PKGBUILD
parentbc658f4feaf7d16d69b9d853ee17d4ce0070a5db (diff)
downloadaur-vendir-bin.tar.gz
Automatic update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a890c04bb7e5..596804edf33e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,13 @@
# shellcheck disable=SC2034,SC2154
pkgname=vendir-bin
pkgver=0.40.1
-pkgrel=1
+pkgrel=2
pkgdesc='Easy way to vendor portions of git repos, github releases, helm charts, docker image contents, etc. declaratively'
url='https://carvel.dev/vendir'
arch=(x86_64 aarch64)
license=(apache-2.0)
install=''
+conflicts=(vendir)
provides=(vendir)
source_x86_64=(vendir-v0.40.1::https://github.com/carvel-dev/vendir/releases/download/v0.40.1/vendir-linux-amd64)
source_aarch64=(vendir-v0.40.1::https://github.com/carvel-dev/vendir/releases/download/v0.40.1/vendir-linux-arm64)