summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreugene2023-04-23 18:02:19 +0000
committereugene2023-04-23 18:02:19 +0000
commit6f8085dd7c9e3796672641ac899e76d2ed167d38 (patch)
tree546066ebecc163d8bb17926a72518e57278b938f
parent1bd4e7c460f247186827447522de3df55855036c (diff)
downloadaur-6f8085dd7c9e3796672641ac899e76d2ed167d38.tar.gz
remove progsreiserfs support
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3b7dda09033..80ffbe98b409 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = testdisk-wip
pkgdesc = Checks and undeletes partitions. Includes PhotoRec signature based recovery tool. WIP version
pkgver = 7.2
- pkgrel = 1
+ pkgrel = 2
url = http://www.cgsecurity.org/wiki/TestDisk
arch = i686
arch = x86_64
@@ -10,7 +10,6 @@ pkgbase = testdisk-wip
depends = libjpeg
optdepends = libewf: support EnCase files
optdepends = ntfs-3g: support NTFS partitions
- optdepends = progsreiserfs: support ReiserFS partitions
optdepends = qt5-base: QPhotoRec GUI
provides = testdisk
conflicts = testdisk
@@ -18,4 +17,3 @@ pkgbase = testdisk-wip
md5sums = SKIP
pkgname = testdisk-wip
-
diff --git a/PKGBUILD b/PKGBUILD
index 29b2d4234460..e26c40469d66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=testdisk-wip
pkgver=7.2
-pkgrel=1
+pkgrel=2
pkgdesc="Checks and undeletes partitions. Includes PhotoRec signature based recovery tool. WIP version"
arch=('i686' 'x86_64')
url="http://www.cgsecurity.org/wiki/TestDisk"
@@ -10,7 +10,6 @@ license=('GPL')
depends=('libjpeg')
optdepends=('libewf: support EnCase files'
'ntfs-3g: support NTFS partitions'
- 'progsreiserfs: support ReiserFS partitions'
'qt5-base: QPhotoRec GUI')
makedepends=('qt5-tools')
conflicts=('testdisk')