summarylogtreecommitdiffstats
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
parente5137dd42502eb4688e62af9813bfcf1ae8c3ce3 (diff)
downloadaur-8e45ec82c3816a5b9a2f343d47c91b0ad5ca5c4d.tar.gz
change go dependency from go-pie to go
-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")