summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJean-Francois Chevrette2019-09-30 11:07:27 -0400
committerJean-Francois Chevrette2019-09-30 11:07:27 -0400
commit2cec4430de8f064b972b45073c3a4aadc9bf95bd (patch)
tree3da9b58278142d7c5e9039f3b349a37e6ae18efd /PKGBUILD
parent378b8df2dafcee8e4dd8163338613e302510e750 (diff)
downloadaur-2cec4430de8f064b972b45073c3a4aadc9bf95bd.tar.gz
build with go-pie
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90993dc827b5..5519f170b2d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_pkgname=kapp
pkgname=${_pkgname}-git
pkgver=r193.b0d6b82
-pkgrel=2
+pkgrel=3
pkgdesc='kapp is a simple deployment tool focused on the concept of "Kubernetes application"'
url="https://get-kapp.io/"
license=('Apache')
arch=('x86_64')
-makedepends=('go' 'ytt>=0.17.0')
+makedepends=('go-pie' 'ytt>=0.17.0')
source=("git+https://github.com/k14s/${_pkgname}/")
sha256sums=('SKIP')
provides=("kapp")