summarylogtreecommitdiffstats
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
parente077b38584c38ab0fa58f1561ba418023654bb05 (diff)
downloadaur-ytt-bin.tar.gz
Automatic update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0a8d225d82c..d3a31923e78b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = ytt-bin
pkgdesc = YAML templating tool that works on YAML structure instead of text
pkgver = 0.49.0
- pkgrel = 1
+ pkgrel = 2
url = https://carvel.dev/ytt
arch = x86_64
arch = aarch64
license = apache-2.0
provides = ytt
+ conflicts = ytt
source_x86_64 = ytt-v0.49.0::https://github.com/carvel-dev/ytt/releases/download/v0.49.0/ytt-linux-amd64
sha256sums_x86_64 = 357ec754446b1eda29dd529e088f617e85809726c686598ab03cfc1c79f43b56
source_aarch64 = ytt-v0.49.0::https://github.com/carvel-dev/ytt/releases/download/v0.49.0/ytt-linux-arm64
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)