summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJean-Francois Chevrette2020-08-28 12:00:07 -0400
committerJean-Francois Chevrette2020-08-28 12:00:07 -0400
commit5f1568846be75e245900b3f1af736385528f2f19 (patch)
treecd86c52e76167e2457b6d31d43e4d8658f16776e /PKGBUILD
parent2cec4430de8f064b972b45073c3a4aadc9bf95bd (diff)
downloadaur-5f1568846be75e245900b3f1af736385528f2f19.tar.gz
fix build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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