summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1c87910529f..be1bd1b920a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-imagemounter
pkgdesc = CLI utility and Python package for (un)mounting forensic disk images.
pkgver = 3.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ralphje/imagemounter
arch = any
license = MIT
@@ -23,6 +23,7 @@ pkgbase = python-imagemounter
optdepends = qemu: mounting Qcow2 disk images
optdepends = sleuthkit: covers various tasks
optdepends = squashfs-tools: mounting SquashFS volumes
+ optdepends = testdisk: carving images for deleted files
optdepends = util-linux: locating/printing block device attributes
optdepends = vmfs-tools: mounting VMFS volumes
optdepends = vmware-workstation: mounting VMWare disk images
diff --git a/PKGBUILD b/PKGBUILD
index 4ba98cc6caf1..71b176c339b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-imagemounter
pkgver=3.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="CLI utility and Python package for (un)mounting forensic disk images."
arch=(any)
url="https://github.com/ralphje/imagemounter"
@@ -24,6 +24,7 @@ optdepends=('afflib: mounting AFF disk images'
'qemu: mounting Qcow2 disk images'
'sleuthkit: covers various tasks'
'squashfs-tools: mounting SquashFS volumes'
+ 'testdisk: carving images for deleted files'
'util-linux: locating/printing block device attributes'
'vmfs-tools: mounting VMFS volumes'
'vmware-workstation: mounting VMWare disk images'