extra/partclone to 0.3.26-1

This commit is contained in:
Kevin Mihelich 2023-09-29 12:52:03 +00:00
parent 23cd35f89b
commit 2f5ebcf1b6
2 changed files with 15 additions and 2 deletions

13
extra/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.26
pkgrel = 1
url = https://partclone.org
arch = x86_64
license = GPL
depends = ntfs-3g
depends = nilfs-utils
source = partclone-0.3.26.tar.gz::https://github.com/Thomas-Tsai/partclone/archive/0.3.26.tar.gz
sha256sums = 81a8168520d1e5b77f0d438411472f68b2482ce7ddde79dfa1735a3882994ad9
pkgname = partclone

View file

@ -8,7 +8,7 @@
# - remove fail-mbr from build
pkgname=partclone
pkgver=0.3.25
pkgver=0.3.26
pkgrel=1
pkgdesc="Utilities to save and restore used blocks on a partition"
arch=('x86_64')
@ -16,7 +16,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=('e8d19234809fb11cac9676e653865fbb789731a5cbe9b191d0308fe645d5f1c7')
sha256sums=('81a8168520d1e5b77f0d438411472f68b2482ce7ddde79dfa1735a3882994ad9')
build() {
cd $pkgname-$pkgver