Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages /
3cpio
Commits:
16e06a13 by Tobias Powalowski at 2026-01-26T19:23:14+01:00
upgpkg: 0.13.1-1: update to latest version
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = 3cpio
pkgdesc = Manage Linux kernel initramfs cpio files written in Rust
- pkgver = 0.13.0
- pkgrel = 2
+ pkgver = 0.13.1
+ pkgrel = 1
url = https://github.com/bdrung/3cpio
arch = x86_64
license = ISC
@@ -22,8 +22,8 @@ pkgbase = 3cpio
optdepends = pigz: Support for gzip 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.13.0
+ source = git+https://github.com/bdrung/3cpio.git?signed#tag=0.13.1
validpgpkeys = A62D2CFBD50B9B5BF360D54B159EB5C4EFC8774C
- b2sums =
c5c956ae474538e833538250a1c3ed80313b66a6ea99db2d572c4bc926a06b6505dfda66ae78b4c82b60b84c910d07996b1f6e65a1731d99129e7fc75450e22b
+ b2sums =
6e956de03462f01763e974976a6e0379326729789b67f4b6a83f09aea8b56eced6b53462c1981fa75114cac21bcfca14374f7144b45c4a63da982e3516c10563
pkgname = 3cpio
=====================================
PKGBUILD
=====================================
@@ -1,9 +1,9 @@
# Maintainer: Tobias Powalowski <[email protected]>
pkgname=3cpio
-pkgver=0.13.0
+pkgver=0.13.1
#_commit=213416e787f147c2c5066ef45b83fa58aa0d30db
-pkgrel=2
+pkgrel=1
pkgdesc='Manage Linux kernel initramfs cpio files written in Rust'
arch=('x86_64')
url='https://github.com/bdrung/3cpio'
@@ -34,12 +34,12 @@ optdepends=(
'zstd: Support for zstd compressed initramfs image'
)
source=(
- git+https://github.com/bdrung/3cpio.git#tag=${pkgver}
+ git+https://github.com/bdrung/3cpio.git?signed#tag=${pkgver}
)
validpgpkeys=(
A62D2CFBD50B9B5BF360D54B159EB5C4EFC8774C # Benjamin Drung [email protected]
)
-b2sums=('c5c956ae474538e833538250a1c3ed80313b66a6ea99db2d572c4bc926a06b6505dfda66ae78b4c82b60b84c910d07996b1f6e65a1731d99129e7fc75450e22b')
+b2sums=('6e956de03462f01763e974976a6e0379326729789b67f4b6a83f09aea8b56eced6b53462c1981fa75114cac21bcfca14374f7144b45c4a63da982e3516c10563')
build() {
cd "${pkgname}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/3cpio/-/commit/16e06a13e1aa06153088e02849e22b530600c479
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/3cpio/-/commit/16e06a13e1aa06153088e02849e22b530600c479
You're receiving this email because of your account on gitlab.archlinux.org.