summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzer0def2020-04-05 09:46:47 +0200
committerzer0def2020-04-05 09:46:47 +0200
commitb969f2a8acdd26b33e9e18bb675afdacfae2fa59 (patch)
treef9037fe079a4b6a8c76c0d4443a73181f2ecd6f5
parent27524cb2e752336989a11eb9860500113c8ac936 (diff)
downloadaur-b969f2a8acdd26b33e9e18bb675afdacfae2fa59.tar.gz
Switch Golang dependency to metapackage, let users decide for themselves.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c73141ea8cad..700fbcffd6db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = kata-containers
url = https://katacontainers.io/
arch = x86_64
license = Apache
- makedepends = go-pie
+ makedepends = go
source = agent-1.10.2.tar.gz::https://github.com/kata-containers/agent/archive/1.10.2.tar.gz
source = ksm-throttler-1.10.2.tar.gz::https://github.com/kata-containers/ksm-throttler/archive/1.10.2.tar.gz
source = osbuilder-1.10.2.tar.gz::https://github.com/kata-containers/osbuilder/archive/1.10.2.tar.gz
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"