summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzer0def2020-04-05 09:46:47 +0200
committerzer0def2020-04-05 09:46:47 +0200
commitb969f2a8acdd26b33e9e18bb675afdacfae2fa59 (patch)
treef9037fe079a4b6a8c76c0d4443a73181f2ecd6f5 /PKGBUILD
parent27524cb2e752336989a11eb9860500113c8ac936 (diff)
downloadaur-b969f2a8acdd26b33e9e18bb675afdacfae2fa59.tar.gz
Switch Golang dependency to metapackage, let users decide for themselves.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 359eb7c02c2f..a9859a5eb274 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="Lightweight virtual machines for containers"
arch=('x86_64')
url="https://katacontainers.io/"
license=('Apache')
-makedepends=('go-pie')
+makedepends=('go')
_gh_org="github.com/kata-containers"
source=(
"agent-${_pkgver}.tar.gz::https://${_gh_org}/agent/archive/${_pkgver}.tar.gz"