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 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"