Date: Friday, July 9, 2021 @ 13:02:35 Author: foxboron Revision: 976216
upgpkg: crun 0.20.1-2 - criu opdepends Modified: crun/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-09 13:01:49 UTC (rev 976215) +++ PKGBUILD 2021-07-09 13:02:35 UTC (rev 976216) @@ -3,7 +3,7 @@ pkgname=crun pkgver=0.20.1 -pkgrel=1 +pkgrel=2 pkgdesc="A fast and lightweight fully featured OCI runtime and C library for running containers" url="https://github.com/containers/crun" license=('LGPL') @@ -10,6 +10,9 @@ arch=('x86_64') depends=('yajl' 'systemd-libs' 'libcap' 'libseccomp') makedepends=('libtool' 'python' 'go-md2man' 'systemd') +optdepends=( + 'criu: checkpoint support' +) source=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}) validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA') sha256sums=('d118b9749e0ea90de1bd8bb1314f319f43559bbd275cd9331f2d96cfd1ccf9e0'
