summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzer0def2020-11-03 07:48:22 +0100
committerzer0def2020-11-03 07:48:22 +0100
commit9b55d1a1f2bed6888e4e173d70029dd0bde93feb (patch)
treeaa52e49e1ed40e579ff8685b7212f8a7b7441422
parentcd70d6447e68997daff03773569779117beb819b (diff)
downloadaur-9b55d1a1f2bed6888e4e173d70029dd0bde93feb.tar.gz
Added missing makedep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96d34a0e81c6..530400ebc7c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = kata-containers
pkgdesc = Lightweight virtual machines for containers
pkgver = 1.11.4
- pkgrel = 3
+ pkgrel = 4
url = https://katacontainers.io/
arch = x86_64
license = Apache
makedepends = go
+ makedepends = yq2-bin
source = ksm-throttler-1.11.4.tar.gz::https://github.com/kata-containers/ksm-throttler/archive/1.11.4.tar.gz
source = proxy-1.11.4.tar.gz::https://github.com/kata-containers/proxy/archive/1.11.4.tar.gz
source = runtime-1.11.4.tar.gz::https://github.com/kata-containers/runtime/archive/1.11.4.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 3131a0431e53..149186af4886 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,15 +10,13 @@ pkgname=(
)
pkgver=1.11.4
_pkgver=${pkgver/\~/-}
-pkgrel=3
+pkgrel=4
pkgdesc="Lightweight virtual machines for containers"
arch=('x86_64')
url="https://katacontainers.io/"
license=('Apache')
-makedepends=('go')
-
+makedepends=('go' 'yq2-bin')
_gh_org="github.com/kata-containers"
-
source=(
"ksm-throttler-${_pkgver}.tar.gz::https://${_gh_org}/ksm-throttler/archive/${_pkgver}.tar.gz"
"proxy-${_pkgver}.tar.gz::https://${_gh_org}/proxy/archive/${_pkgver}.tar.gz"