* update partclone to 0.3.33-1

This commit is contained in:
Alexander Baldeck 2025-02-12 11:03:20 +01:00
parent 93279c775b
commit 1ba85d6f52
2 changed files with 19 additions and 7 deletions

View File

@ -1,6 +1,6 @@
pkgbase = partclone
pkgdesc = Utilities to save and restore used blocks on a partition
pkgver = 0.3.32
pkgver = 0.3.33
pkgrel = 1
url = https://partclone.org
arch = x86_64
@ -11,7 +11,9 @@ pkgbase = partclone
license = GPL
depends = ntfs-3g
depends = nilfs-utils
source = partclone-0.3.32.tar.gz::https://github.com/Thomas-Tsai/partclone/archive/0.3.32.tar.gz
sha256sums = 95bdd598208cc78d8952738624540bf0cb978d24b773d20208f78f057e63a3e4
source = partclone-0.3.33.tar.gz::https://github.com/Thomas-Tsai/partclone/archive/0.3.33.tar.gz
source = partclone-0.3.33-check-for-byteswap_h.patch::https://patch-diff.githubusercontent.com/raw/Thomas-Tsai/partclone/pull/257.patch
sha256sums = b5ebae1dd3763d8dc719835e46c4517419692f66e7748050faab38f8761d4719
sha256sums = a186482eddc3e4ca99a230fdabd5c0346e27ea816fbdd74ae5cb4d4f11c98be4
pkgname = partclone

View File

@ -6,19 +6,29 @@
# Contributor: Ivan Sichmann Freitas
pkgname=partclone
pkgver=0.3.32
pkgver=0.3.33
pkgrel=1
pkgdesc="Utilities to save and restore used blocks on a partition"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
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=('95bdd598208cc78d8952738624540bf0cb978d24b773d20208f78f057e63a3e4')
source=($pkgname-$pkgver.tar.gz::https://github.com/Thomas-Tsai/partclone/archive/$pkgver.tar.gz
$pkgname-$pkgver-check-for-byteswap_h.patch::https://patch-diff.githubusercontent.com/raw/Thomas-Tsai/partclone/pull/257.patch)
sha256sums=('b5ebae1dd3763d8dc719835e46c4517419692f66e7748050faab38f8761d4719'
'a186482eddc3e4ca99a230fdabd5c0346e27ea816fbdd74ae5cb4d4f11c98be4')
prepare() {
cd $pkgname-$pkgver
patch -Np1 -i $srcdir/$pkgname-$pkgver-check-for-byteswap_h.patch
./autogen
}
build() {
cd $pkgname-$pkgver
./autogen
./configure \
--prefix=/usr \
--enable-extfs \