Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
partclone
Commits:
f680513f by Christian Hesse at 2026-01-19T09:18:20+01:00
upgpkg: 0.3.41-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,12 @@
pkgbase = partclone
pkgdesc = Utilities to save and restore used blocks on a partition
- pkgver = 0.3.40
+ pkgver = 0.3.41
pkgrel = 1
url = https://partclone.org
arch = x86_64
license = GPL-2.0-or-later
makedepends = git
+ makedepends = docbook-xsl
depends = e2fsprogs
depends = glibc
depends = ncurses
@@ -14,7 +15,7 @@ pkgbase = partclone
depends = openssl
depends = util-linux-libs
depends = xxhash
- source = git+https://github.com/Thomas-Tsai/partclone#tag=0.3.40
- sha256sums =
32386d6f6541b71035a371888978ced4ff952b51da33cd28038b4fd4fb5214a1
+ source = git+https://github.com/Thomas-Tsai/partclone#tag=0.3.41
+ sha256sums =
b56e743554e81699906dc7bf95820e4084cdaf6fd0431fef46502e8227373206
pkgname = partclone
=====================================
PKGBUILD
=====================================
@@ -5,16 +5,16 @@
# Contributor: Ivan Sichmann Freitas
pkgname=partclone
-pkgver=0.3.40
+pkgver=0.3.41
pkgrel=1
pkgdesc="Utilities to save and restore used blocks on a partition"
arch=('x86_64')
url="https://partclone.org"
license=('GPL-2.0-or-later')
depends=('e2fsprogs' 'glibc' 'ncurses' 'nilfs-utils' 'ntfs-3g' 'openssl'
'util-linux-libs' 'xxhash')
-makedepends=('git')
+makedepends=('git' 'docbook-xsl')
source=("git+https://github.com/Thomas-Tsai/partclone#tag=${pkgver}")
-sha256sums=('32386d6f6541b71035a371888978ced4ff952b51da33cd28038b4fd4fb5214a1')
+sha256sums=('b56e743554e81699906dc7bf95820e4084cdaf6fd0431fef46502e8227373206')
prepare() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/partclone/-/commit/f680513fd277d3206d60aa801eb0bd59fca0013f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/partclone/-/commit/f680513fd277d3206d60aa801eb0bd59fca0013f
You're receiving this email because of your account on gitlab.archlinux.org.