summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot]2024-01-21 12:58:23 +0000
committergithub-actions[bot]2024-01-21 12:58:23 +0000
commit051af617ac63b54aaa26ec8184031804292e608d (patch)
treecc23a56e12ed3d5f280626acdeab5156373abb42
parentea1bb788162b60e570cd5276f0582e6e2686f948 (diff)
downloadaur-051af617ac63b54aaa26ec8184031804292e608d.tar.gz
Automatic update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 502462074c9a..79a9d4148fc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vendir-bin
pkgdesc = Easy way to vendor portions of git repos, github releases, helm charts, docker image contents, etc. declaratively
pkgver = 0.38.0
- pkgrel = 4
+ pkgrel = 5
url = https://carvel.dev/vendir
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index 56158b8bdf48..b5dc41b61630 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,12 @@
# shellcheck disable=SC2034,SC2154
pkgname=vendir-bin
pkgver=0.38.0
-pkgrel=4
+pkgrel=5
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=''
provides=(vendir)
source_x86_64=(vendir-v0.38.0::https://github.com/carvel-dev/vendir/releases/download/v0.38.0/vendir-linux-amd64)
source_aarch64=(vendir-v0.38.0::https://github.com/carvel-dev/vendir/releases/download/v0.38.0/vendir-linux-arm64)