summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJean-Francois Chevrette2019-09-06 15:55:54 -0400
committerJean-Francois Chevrette2019-09-06 15:55:54 -0400
commit8e45ec82c3816a5b9a2f343d47c91b0ad5ca5c4d (patch)
tree5330e2d21ea9bdfe5b90f949b7815b8c99641cfb /PKGBUILD
parente5137dd42502eb4688e62af9813bfcf1ae8c3ce3 (diff)
downloadaur-8e45ec82c3816a5b9a2f343d47c91b0ad5ca5c4d.tar.gz
change go dependency from go-pie to go
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ae8e8652dd7..d345f2ceeb27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='kapp is a simple deployment tool focused on the concept of "Kubernetes
url="https://get-kapp.io/"
license=('Apache')
arch=('x86_64')
-makedepends=('go-pie' 'ytt>=0.17.0')
+makedepends=('go' 'ytt>=0.17.0')
source=("git+https://github.com/k14s/${_pkgname}/")
sha256sums=('SKIP')
provides=("kapp")