* update crun to 1.19.1-2

This commit is contained in:
Alexander Baldeck 2025-02-17 00:26:12 +01:00
parent 4e8a9f79e9
commit 2859800897
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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")