summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorЛач2020-04-26 04:58:10 +0500
committerЛач2020-04-26 04:58:10 +0500
commita938856e8794387865f6eb81cde5143ac2d205c5 (patch)
treecc00488621a304eb7b9d6f7a47dd6bde8368c968
parent13937f03ec3806e072038e2a44bbe6335192b354 (diff)
downloadaur-a938856e8794387865f6eb81cde5143ac2d205c5.tar.gz
crictl from aur repos is broken (Default config with containerd requirement), remove this opt dep for now
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea0f8a9e333b..54c9c41ef51e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
_pkgname=cri-o
pkgname=cri-o-git
pkgver=20200426
-pkgrel=2
+pkgrel=3
pkgdesc='Open Container Initiative-based implementation of Kubernetes Container Runtime Interface'
arch=(x86_64 aarch64)
url='https://github.com/cri-o/cri-o'
@@ -10,7 +10,6 @@ provides=('cri-o')
conflicts=('cri-o')
makedepends=(go go-md2man ostree git)
depends=(conmon cni-plugins runc skopeo)
-optdepends=('crictl: Container management')
backup=('etc/crio/crio.conf' 'etc/crictl.yaml')
source=("${_pkgname}::git+https://github.com/cri-o/cri-o")
sha256sums=('SKIP')