Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / partclone
Commits: 45a31769 by Christian Hesse at 2026-06-29T06:58:13+02:00 upgpkg: 0.3.47-2: rebuild with nilfs-utils 2.3.x Closes: https://gitlab.archlinux.org/archlinux/packaging/packages/partclone/-/work_items/10 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = partclone pkgdesc = Utilities to save and restore used blocks on a partition pkgver = 0.3.47 - pkgrel = 1 + pkgrel = 2 url = https://partclone.org arch = x86_64 license = GPL-2.0-or-later ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ pkgname=partclone pkgver=0.3.47 -pkgrel=1 +pkgrel=2 pkgdesc='Utilities to save and restore used blocks on a partition' arch=('x86_64') url='https://partclone.org' @@ -19,6 +19,10 @@ sha256sums=('dcae1ea77828a3724615d38e000f3689f4f690669fc43e6205efd70f5da38627') prepare() { cd "$pkgname" + # Fix compatibility with nilfs-utils 2.3 + git cherry-pick -n \ + '01bbe56ce51d49a4cf05bbaafdf19936b39aee0d' + sed -i \ -e '/^XSLTPROC=/c XSLTPROC=xsltproc --nonet' \ -e '/^MAN_STYLESHEET=/c MAN_STYLESHEET=/usr/share/xml/docbook/xsl-stylesheets/manpages/docbook.xsl' \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/partclone/-/commit/45a317697b435e93610912f379d61cc7002f1149 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/partclone/-/commit/45a317697b435e93610912f379d61cc7002f1149 You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
