* update partclone to 0.3.31-1

This commit is contained in:
Alexander Baldeck 2024-08-17 04:19:33 +02:00
parent ae40f1b64c
commit 915459f525
3 changed files with 18 additions and 2 deletions

13
partclone/.SRCINFO Normal file
View File

@ -0,0 +1,13 @@
pkgbase = partclone
pkgdesc = Utilities to save and restore used blocks on a partition
pkgver = 0.3.31
pkgrel = 1
url = https://partclone.org
arch = x86_64
license = GPL
depends = ntfs-3g
depends = nilfs-utils
source = partclone-0.3.31.tar.gz::https://github.com/Thomas-Tsai/partclone/archive/0.3.31.tar.gz
sha256sums = a6544d8e2490945591df89a7684a063083689f9a525ba135f77802e63659c36e
pkgname = partclone

View File

@ -0,0 +1,3 @@
[partclone]
source = "git"
git = "https://github.com/Thomas-Tsai/partclone.git"

View File

@ -6,7 +6,7 @@
# Contributor: Ivan Sichmann Freitas
pkgname=partclone
pkgver=0.3.27
pkgver=0.3.31
pkgrel=1
pkgdesc="Utilities to save and restore used blocks on a partition"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -14,7 +14,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=('933e81dceb9c05bd2cb6027ef115a4422eb35b2bc05ed9a5fd42f637dfba5c17')
sha256sums=('a6544d8e2490945591df89a7684a063083689f9a525ba135f77802e63659c36e')
build() {
cd $pkgname-$pkgver