summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a4765a8c96e..8ca4babdd07e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kapp-git
pkgdesc = kapp is a simple deployment tool focused on the concept of "Kubernetes application"
- pkgver = r193.b0d6b82
- pkgrel = 3
+ pkgver = r517.0fc63da
+ pkgrel = 1
url = https://get-kapp.io/
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 5519f170b2d5..3a84d3477366 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=kapp
pkgname=${_pkgname}-git
-pkgver=r193.b0d6b82
-pkgrel=3
+pkgver=r517.0fc63da
+pkgrel=1
pkgdesc='kapp is a simple deployment tool focused on the concept of "Kubernetes application"'
url="https://get-kapp.io/"
license=('Apache')
@@ -38,7 +38,7 @@ build() {
-f . \
-f $build_values_path \
--file-mark 'generated.go.txt:exclusive-for-output=true' \
- --output-directory ../../../tmp/
+ --dangerous-emptied-output-directory ../../../tmp/
)
mv tmp/generated.go.txt pkg/kapp/website/generated.go