summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzer0def2020-11-19 19:56:17 +0100
committerzer0def2020-11-19 19:56:17 +0100
commitc4f20b62685c4819e73a3404395a5a2df13deed4 (patch)
treea9249b148a77168c1b13ffd4e8cc3c224711e516
parent2a792a59892fbca0f79ee16a15d3314dd3ac9625 (diff)
downloadaur-c4f20b62685c4819e73a3404395a5a2df13deed4.tar.gz
Complement to patch for agent ctty connection issue.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d50044631a5e..92eee40f5d49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = kata-containers-guest
pkgdesc = Lightweight virtual machines for containers (guest components)
pkgver = 1.12.0
- pkgrel = 1
+ pkgrel = 2
url = https://katacontainers.io/
arch = x86_64
license = Apache
- makedepends = go<2:1.15
+ makedepends = go
makedepends = yq2-bin
makedepends = mkinitcpio
makedepends = pacman
diff --git a/PKGBUILD b/PKGBUILD
index eb1303c14758..277b51069525 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,13 @@ pkgname=(
)
pkgver=1.12.0
_pkgver=${pkgver/\~/-}
-pkgrel=1
+pkgrel=2
pkgdesc="Lightweight virtual machines for containers (guest components)"
arch=('x86_64')
url="https://katacontainers.io/"
license=('Apache')
makedepends=(
- 'go<2:1.15' # thanks Intel, love you big time: https://github.com/kata-containers/runtime/issues/2982
+ 'go'
'yq2-bin' # quietly pulled by Kata's codebase to read versions.yaml from repo
'mkinitcpio' # initrd build
'pacman' 'udisks2' # rootless image build