summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorg00dy222020-02-17 14:32:29 +0200
committerg00dy222020-02-17 14:32:29 +0200
commit1bd4e7c460f247186827447522de3df55855036c (patch)
treee041adfaa2a7e28372c9f4836db76f852ab59036
parentbd0099c4ea8a621631cd24710019fdcca3d8fa35 (diff)
downloadaur-1bd4e7c460f247186827447522de3df55855036c.tar.gz
update to 7.2-WIP
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cb5dcd2a3d2..d3b7dda09033 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
-# Generated by mksrcinfo v8
-# Fri Mar 18 10:03:11 UTC 2016
pkgbase = testdisk-wip
pkgdesc = Checks and undeletes partitions. Includes PhotoRec signature based recovery tool. WIP version
- pkgver = 7.1
+ pkgver = 7.2
pkgrel = 1
url = http://www.cgsecurity.org/wiki/TestDisk
arch = i686
arch = x86_64
license = GPL
+ makedepends = qt5-tools
depends = libjpeg
optdepends = libewf: support EnCase files
optdepends = ntfs-3g: support NTFS partitions
@@ -15,7 +14,7 @@ pkgbase = testdisk-wip
optdepends = qt5-base: QPhotoRec GUI
provides = testdisk
conflicts = testdisk
- source = http://www.cgsecurity.org/testdisk-7.1-WIP.tar.bz2
+ source = http://www.cgsecurity.org/testdisk-7.2-WIP.tar.bz2
md5sums = SKIP
pkgname = testdisk-wip
diff --git a/PKGBUILD b/PKGBUILD
index d5d334300c2e..29b2d4234460 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Steven Honeyman <stevenhoneyman at gmail com>
pkgname=testdisk-wip
-pkgver=7.1
+pkgver=7.2
pkgrel=1
pkgdesc="Checks and undeletes partitions. Includes PhotoRec signature based recovery tool. WIP version"
arch=('i686' 'x86_64')
@@ -12,6 +12,7 @@ optdepends=('libewf: support EnCase files'
'ntfs-3g: support NTFS partitions'
'progsreiserfs: support ReiserFS partitions'
'qt5-base: QPhotoRec GUI')
+makedepends=('qt5-tools')
conflicts=('testdisk')
provides=('testdisk')
source=(http://www.cgsecurity.org/testdisk-$pkgver-WIP.tar.bz2)