* update testdisk to 7.2-2

This commit is contained in:
Alexander Baldeck 2024-11-06 10:36:35 +01:00
parent 87cf8b1fc6
commit e481d09222
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
pkgbase = testdisk
pkgdesc = Checks and undeletes partitions + PhotoRec, signature based recovery tool
pkgver = 7.2
pkgrel = 1.1
pkgrel = 2
url = https://www.cgsecurity.org/index.html?testdisk.html
arch = x86_64
arch = powerpc64le
@ -9,7 +9,7 @@ pkgbase = testdisk
arch = powerpc
arch = riscv64
license = GPL-3.0-or-later
depends = libjpeg
depends = libjpeg-turbo
depends = openssl
depends = ntfsprogs
source = https://www.cgsecurity.org/testdisk-7.2.tar.bz2

View File

@ -5,12 +5,12 @@
pkgname=testdisk
pkgver=7.2
pkgrel=1.1
pkgrel=2
pkgdesc="Checks and undeletes partitions + PhotoRec, signature based recovery tool"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://www.cgsecurity.org/index.html?testdisk.html"
license=('GPL-3.0-or-later')
depends=('libjpeg' 'openssl' 'ntfsprogs')
depends=('libjpeg-turbo' 'openssl' 'ntfsprogs')
source=(https://www.cgsecurity.org/$pkgname-$pkgver.tar.bz2)
build() {