diff --git a/crun/.SRCINFO b/crun/.SRCINFO index f5a02078f0..b5305e4ea2 100644 --- a/crun/.SRCINFO +++ b/crun/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = crun pkgdesc = A fast and lightweight fully featured OCI runtime and C library for running containers pkgver = 1.19.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/containers/crun arch = x86_64 arch = powerpc64le @@ -24,5 +24,6 @@ pkgbase = crun sha256sums = 61ec3eb34cf423eb572c84d5d4144f9c26af0e1c8211139914d923747995cdb2 depends_x86_64 = criu depends_powerpc64le = criu + depends_riscv64 = criu pkgname = crun diff --git a/crun/PKGBUILD b/crun/PKGBUILD index c8e1efd808..57ade2e964 100644 --- a/crun/PKGBUILD +++ b/crun/PKGBUILD @@ -4,7 +4,7 @@ pkgname=crun pkgver=1.19.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') @@ -12,6 +12,7 @@ arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) provides=('oci-runtime') depends=('yajl' 'systemd-libs' 'libcap' 'libseccomp') depends_powerpc64le=('criu') +depends_riscv64=('criu') depends_x86_64=('criu') makedepends=('libtool' 'python' 'go-md2man' 'systemd' 'git') source=("git+https://github.com/containers/crun.git#tag=$pkgver?signed")