summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c39aec756e6d..63bedad07700 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kapp
pkgdesc = kapp is a simple deployment tool focused on the concept of "Kubernetes application" — a set of resources with the same label
pkgver = 0.60.0
- pkgrel = 1
+ pkgrel = 2
url = https://carvel.dev/kapp
arch = any
license = apache-2.0
diff --git a/PKGBUILD b/PKGBUILD
index 00c41aeaa59a..05eddc4b558b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,11 +8,12 @@
pkgname=kapp
pkgver=0.60.0
-pkgrel=1
+pkgrel=2
pkgdesc='kapp is a simple deployment tool focused on the concept of "Kubernetes application" — a set of resources with the same label'
url='https://carvel.dev/kapp'
arch=(any)
license=(apache-2.0)
+install=''
makedepends=(bash go)
provides=(kapp)
source=(kapp-0.60.0::https://github.com/carvel-dev/kapp/archive/v0.60.0.tar.gz)