summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06c788147269..e13d2ddf9c28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = kapp-git
url = https://get-kapp.io/
arch = x86_64
license = Apache
- makedepends = go-pie
+ makedepends = go
makedepends = ytt>=0.17.0
provides = kapp
source = git+https://github.com/k14s/kapp/
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")