summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgithub-actions[bot]2024-04-20 19:43:55 +0000
committergithub-actions[bot]2024-04-20 19:43:55 +0000
commit3635c62be979d4ac81b35d93d566e6adbfa6c3df (patch)
treec79c57b3ae6a1fe682e8df2894e5fc0a12ce16cc /PKGBUILD
parentcc7785a033d44c913e0305c44bd27623804a0a5f (diff)
downloadaur-kbld-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 2dfef378288f..78497af8bc7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,13 @@
# shellcheck disable=SC2034,SC2154
pkgname=kbld-bin
pkgver=0.43.0
-pkgrel=1
+pkgrel=2
pkgdesc='kbld seamlessly incorporates image building and image pushing into your development and deployment workflows'
url='https://carvel.dev/kbld'
arch=(x86_64 aarch64)
license=(apache-2.0)
install=''
+conflicts=(kbld)
provides=(kbld)
source_x86_64=(kbld-v0.43.0::https://github.com/carvel-dev/kbld/releases/download/v0.43.0/kbld-linux-amd64)
source_aarch64=(kbld-v0.43.0::https://github.com/carvel-dev/kbld/releases/download/v0.43.0/kbld-linux-arm64)