Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages /
3cpio
Commits:
b0cd6fc0 by Tobias Powalowski at 2025-07-31T14:48:38+02:00
upgpkg: 0.8.0-1: update to latest version
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = 3cpio
pkgdesc = Manage Linux kernel initramfs cpio files written in Rust
- pkgver = 0.5.1
+ pkgver = 0.8.0
pkgrel = 1
url = https://github.com/bdrung/3cpio
arch = x86_64
@@ -20,8 +20,8 @@ pkgbase = 3cpio
optdepends = lzop: Support for lzo compressed initramfs image
optdepends = xz: Support for lzma or xz compressed initramfs image
optdepends = zstd: Support for zstd compressed initramfs image
- source = git+https://github.com/bdrung/3cpio.git#tag=0.5.1?signed
+ source = git+https://github.com/bdrung/3cpio.git#tag=0.8.0?signed
validpgpkeys = A62D2CFBD50B9B5BF360D54B159EB5C4EFC8774C
- b2sums =
92529c2137535f10fa50e8e232a62aafaa2bc7f5a875d5117afefac986061875f29831d2fe77536796b3862ed73379cac8259f7c5c7d4280bbb004d25d3594be
+ b2sums =
d29daf16e6a40c5246f694ae4e84c049de7c312844faaa7dbe4af0b8b3f8006dfd50c92d1ca3b8b0a2d2415eee19b469c821f997ddc25001efa1eaf99b65dc59
pkgname = 3cpio
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Tobias Powalowski <[email protected]>
pkgname=3cpio
-pkgver=0.5.1
+pkgver=0.8.0
#_commit=213416e787f147c2c5066ef45b83fa58aa0d30db
pkgrel=1
pkgdesc='Manage Linux kernel initramfs cpio files written in Rust'
@@ -37,7 +37,7 @@ source=(
validpgpkeys=(
A62D2CFBD50B9B5BF360D54B159EB5C4EFC8774C # Benjamin Drung [email protected]
)
-b2sums=('92529c2137535f10fa50e8e232a62aafaa2bc7f5a875d5117afefac986061875f29831d2fe77536796b3862ed73379cac8259f7c5c7d4280bbb004d25d3594be')
+b2sums=('d29daf16e6a40c5246f694ae4e84c049de7c312844faaa7dbe4af0b8b3f8006dfd50c92d1ca3b8b0a2d2415eee19b469c821f997ddc25001efa1eaf99b65dc59')
build() {
cd "${pkgname}"
@@ -46,7 +46,7 @@ build() {
check() {
cd "${pkgname}"
- cargo test --release --locked
+ cargo test --release --locked -- --skip
test_file_from_line_location_character_device
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/3cpio/-/commit/b0cd6fc0dfe101a65f36424b0be44be0f5ff021d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/3cpio/-/commit/b0cd6fc0dfe101a65f36424b0be44be0f5ff021d
You're receiving this email because of your account on gitlab.archlinux.org.