summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgithub-actions[bot]2024-04-20 19:43:44 +0000
committergithub-actions[bot]2024-04-20 19:43:44 +0000
commit59da2d05cef107105c743927245b849097398e25 (patch)
tree966838fa83b21e1b9b279066e60a85dadf842cd9 /PKGBUILD
parente077b38584c38ab0fa58f1561ba418023654bb05 (diff)
downloadaur-ytt-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 373ba498cbc3..8ff6ac017d52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,13 @@
# shellcheck disable=SC2034,SC2154
pkgname=ytt-bin
pkgver=0.49.0
-pkgrel=1
+pkgrel=2
pkgdesc='YAML templating tool that works on YAML structure instead of text'
url='https://carvel.dev/ytt'
arch=(x86_64 aarch64)
license=(apache-2.0)
install=''
+conflicts=(ytt)
provides=(ytt)
source_x86_64=(ytt-v0.49.0::https://github.com/carvel-dev/ytt/releases/download/v0.49.0/ytt-linux-amd64)
source_aarch64=(ytt-v0.49.0::https://github.com/carvel-dev/ytt/releases/download/v0.49.0/ytt-linux-arm64)