summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3d5c9d45c3d..437e6eb61d9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = testdisk-git
pkgdesc = Checks and undeletes partitions + PhotoRec, signature based recovery tool
- pkgver = 7.1.r643.g6d51ce0
- pkgrel = 1
+ pkgver = 7.1.r1029.g305d71ea
+ pkgrel = 2
url = https://www.cgsecurity.org/index.html?testdisk.html
arch = x86_64
license = GPL
@@ -10,8 +10,7 @@ pkgbase = testdisk-git
makedepends = qt5-tools
depends = libjpeg
depends = openssl
- depends = progsreiserfs
- depends = ntfsprogs
+ depends = ntfs-3g
optdepends = qt5-base: qphotorec
provides = testdisk
conflicts = testdisk
@@ -19,4 +18,3 @@ pkgbase = testdisk-git
sha256sums = SKIP
pkgname = testdisk-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 3b7bf8b978ec..5b709ce1428c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
pkgname=testdisk-git
-pkgver=7.1.r643.g6d51ce0
-pkgrel=1
+pkgver=7.1.r1029.g305d71ea
+pkgrel=2
pkgdesc="Checks and undeletes partitions + PhotoRec, signature based recovery tool"
arch=(x86_64)
url="https://www.cgsecurity.org/index.html?testdisk.html"
license=(GPL)
-depends=(libjpeg openssl progsreiserfs ntfsprogs)
+depends=(libjpeg openssl ntfs-3g)
makedepends=(git qt5-base qt5-tools)
optdepends=('qt5-base: qphotorec')
provides=(testdisk)