Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / libkrunfw
Commits: 28f36a49 by Yichao Yu at 2025-09-18T15:28:52-04:00 Add cpio as makedepends (needed on aarch64) - - - - - d1997252 by Yichao Yu at 2025-09-18T15:39:03-04:00 Bump kernel version (missed in 4.10 update) - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: hexchain <arch at hexchain.org> pkgname=libkrunfw # Check https://github.com/containers/libkrunfw/blob/main/Makefile#L1 for kernel version -_kver=6.12.20 +_kver=6.12.34 pkgver=4.10.0 pkgrel=1 pkgdesc="A dynamic library bundling the guest payload consumed by libkrun" @@ -10,13 +10,13 @@ url="https://github.com/containers/libkrunfw" arch=('x86_64') license=('GPL-2.0-only' 'LGPL-2.1-only') depends=('glibc') -makedepends=('bc' 'python-pyelftools') +makedepends=('bc' 'python-pyelftools' 'cpio') source=("https://github.com/containers/libkrunfw/archive/refs/tags/v$pkgver/$pkgname-$pkgver.tar.gz" "https://cdn.kernel.org/pub/linux/kernel/v${_kver%%.*}.x/linux-${_kver}.tar.xz") noextract=("linux-${_kver}.tar.xz") options=(!debug) # suppress empty debug package sha256sums=('b72c616ed68a857e31b757a7ae901fa6a923af44c0aabb85a2f61b9a24ad8ae2' - '230e89b07b0ab82e74f07ecc1bee3105dca81d0ef4a97f900929c407249b6ac7') + 'a7f3fe381f67eca4172e9b63efb61a14bd7f9e1278e03603d0ff5a93f270c24d') build() { cd "$pkgname-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libkrunfw/-/compare/d69fbb5ffd75a4ea6d66f9ce5b3e0f1ec11a3ed8...d19972527b060cce2e2004de78a7619855cc2943 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libkrunfw/-/compare/d69fbb5ffd75a4ea6d66f9ce5b3e0f1ec11a3ed8...d19972527b060cce2e2004de78a7619855cc2943 You're receiving this email because of your account on gitlab.archlinux.org.
