Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
partclone
Commits:
33aa9e14 by Christian Hesse at 2025-10-15T08:58:35+02:00
upgpkg: 0.3.38-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = partclone
pkgdesc = Utilities to save and restore used blocks on a partition
- pkgver = 0.3.37
+ pkgver = 0.3.38
pkgrel = 1
url = https://partclone.org
arch = x86_64
license = GPL
depends = ntfs-3g
depends = nilfs-utils
- source =
partclone-0.3.37.tar.gz::https://github.com/Thomas-Tsai/partclone/archive/0.3.37.tar.gz
- sha256sums =
b7e35a01331a05ec44133f2ec4a097ffb3c005653c0b601279b18dea55ef3b0f
+ source =
partclone-0.3.38.tar.gz::https://github.com/Thomas-Tsai/partclone/archive/0.3.38.tar.gz
+ sha256sums =
5afd6f558e83026e9270396394bc95308fbe1543f8b963a4fb5331bc7b0ed9d9
pkgname = partclone
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: Ivan Sichmann Freitas
pkgname=partclone
-pkgver=0.3.37
+pkgver=0.3.38
pkgrel=1
pkgdesc="Utilities to save and restore used blocks on a partition"
arch=('x86_64')
@@ -13,7 +13,7 @@ url="https://partclone.org"
license=('GPL')
depends=('ntfs-3g' 'nilfs-utils')
source=($pkgname-$pkgver.tar.gz::https://github.com/Thomas-Tsai/partclone/archive/$pkgver.tar.gz)
-sha256sums=('b7e35a01331a05ec44133f2ec4a097ffb3c005653c0b601279b18dea55ef3b0f')
+sha256sums=('5afd6f558e83026e9270396394bc95308fbe1543f8b963a4fb5331bc7b0ed9d9')
build() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/partclone/-/commit/33aa9e1425cb755ece43d05dd8b557dde04c77ac
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/partclone/-/commit/33aa9e1425cb755ece43d05dd8b557dde04c77ac
You're receiving this email because of your account on gitlab.archlinux.org.