Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
partclone
Commits:
60379aae by Christian Hesse at 2026-01-20T10:29:23+01:00
upgpkg: 0.3.42-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = partclone
pkgdesc = Utilities to save and restore used blocks on a partition
- pkgver = 0.3.41
+ pkgver = 0.3.42
pkgrel = 1
url = https://partclone.org
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = partclone
depends = openssl
depends = util-linux-libs
depends = xxhash
- source = git+https://github.com/Thomas-Tsai/partclone#tag=0.3.41
- sha256sums =
b56e743554e81699906dc7bf95820e4084cdaf6fd0431fef46502e8227373206
+ source = git+https://github.com/Thomas-Tsai/partclone#tag=0.3.42
+ sha256sums =
6e9748974e896c6d5074d9962e66a00a5cc144bbdb6ebc35126cea7d426e40c5
pkgname = partclone
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: Ivan Sichmann Freitas
pkgname=partclone
-pkgver=0.3.41
+pkgver=0.3.42
pkgrel=1
pkgdesc="Utilities to save and restore used blocks on a partition"
arch=('x86_64')
@@ -14,10 +14,15 @@ license=('GPL-2.0-or-later')
depends=('e2fsprogs' 'glibc' 'ncurses' 'nilfs-utils' 'ntfs-3g' 'openssl'
'util-linux-libs' 'xxhash')
makedepends=('git' 'docbook-xsl')
source=("git+https://github.com/Thomas-Tsai/partclone#tag=${pkgver}")
-sha256sums=('b56e743554e81699906dc7bf95820e4084cdaf6fd0431fef46502e8227373206')
+sha256sums=('6e9748974e896c6d5074d9962e66a00a5cc144bbdb6ebc35126cea7d426e40c5')
prepare() {
cd "$pkgname"
+
+ sed -i \
+ -e '/^XSLTPROC=/c XSLTPROC=xsltproc --nonet' \
+ -e '/^MAN_STYLESHEET=/c
MAN_STYLESHEET=/usr/share/xml/docbook/xsl-stylesheets/manpages/docbook.xsl' \
+ docs/Makefile.am
autoreconf -fi
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/partclone/-/commit/60379aae7369637106f118a9830bd841a7aadce4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/partclone/-/commit/60379aae7369637106f118a9830bd841a7aadce4
You're receiving this email because of your account on gitlab.archlinux.org.