Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
partclone
Commits:
267c8e92 by Christian Hesse at 2026-03-04T10:09:15+01:00
upgpkg: 0.3.46-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.45
+ pkgver = 0.3.46
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.45
- sha256sums =
6bf419910fdb22deb574a66e9a3368225ec9454ed20833ddc1959d0fa8b3764e
+ source = git+https://github.com/Thomas-Tsai/partclone#tag=0.3.46
+ sha256sums =
c8946b8f8dc89821bd57b5b3f1d83bd166dd54f8b200968aba14164cbf1108dd
pkgname = partclone
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: Ivan Sichmann Freitas
pkgname=partclone
-pkgver=0.3.45
+pkgver=0.3.46
pkgrel=1
pkgdesc="Utilities to save and restore used blocks on a partition"
arch=('x86_64')
@@ -14,7 +14,7 @@ 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=('6bf419910fdb22deb574a66e9a3368225ec9454ed20833ddc1959d0fa8b3764e')
+sha256sums=('c8946b8f8dc89821bd57b5b3f1d83bd166dd54f8b200968aba14164cbf1108dd')
prepare() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/partclone/-/commit/267c8e92919b26fdd1ab55822e9d64c3882432c2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/partclone/-/commit/267c8e92919b26fdd1ab55822e9d64c3882432c2
You're receiving this email because of your account on gitlab.archlinux.org.