Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
libkrun
Commits:
f87d5e9b by Sven-Hendrik Haase at 2026-02-03T14:12:57+01:00
upgpkg: 1.17.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libkrun
pkgdesc = A dynamic library providing Virtualization-based process
isolation capabilities
- pkgver = 1.17.0
+ pkgver = 1.17.1
pkgrel = 1
url = https://github.com/containers/libkrun
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = libkrun
depends = libkrunfw
depends = pipewire
depends = virglrenderer
- source =
https://github.com/containers/libkrun/archive/refs/tags/v1.17.0/libkrun-1.17.0.tar.gz
- sha256sums =
ccefe9f6a4af2152a6572d3536bb83deb7d598d6421d8b186ce2a148a6d3b8e9
+ source =
https://github.com/containers/libkrun/archive/refs/tags/v1.17.1/libkrun-1.17.1.tar.gz
+ sha256sums =
82e14eafe558824e1477131d02274e8508f6d9a96e9e5f81a45c3e41ee7d833a
pkgname = libkrun
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: hexchain <arch at hexchain.org>
pkgname=libkrun
-pkgver=1.17.0
+pkgver=1.17.1
pkgrel=1
pkgdesc="A dynamic library providing Virtualization-based process isolation
capabilities"
url='https://github.com/containers/libkrun'
@@ -12,7 +12,7 @@ license=('Apache-2.0')
makedepends=('cargo' 'patchelf' 'clang')
depends=('glibc' 'gcc-libs' 'libkrunfw' 'pipewire' 'virglrenderer')
source=("https://github.com/containers/libkrun/archive/refs/tags/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('ccefe9f6a4af2152a6572d3536bb83deb7d598d6421d8b186ce2a148a6d3b8e9')
+sha256sums=('82e14eafe558824e1477131d02274e8508f6d9a96e9e5f81a45c3e41ee7d833a')
prepare() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libkrun/-/commit/f87d5e9bf0047339692540e27e583ec6b92a5abd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libkrun/-/commit/f87d5e9bf0047339692540e27e583ec6b92a5abd
You're receiving this email because of your account on gitlab.archlinux.org.