summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOlivier Medoc2016-03-17 13:50:48 +0000
committerOlivier Medoc2016-03-17 13:50:48 +0000
commit03a5931aab1a53472852dc80400ffd8f77624f89 (patch)
treecf5a9de51463b7382109162273dd3c94e91002fb /PKGBUILD
parentcd27c41740905bf8c93dd621d9a42b6b9ba784f4 (diff)
downloadaur-python2-pytsk3.tar.gz
Ensure that python2-libewf is used as libewf does not provide python bindings.
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ad5630e3646..4e8bd54cc3fc 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=python2-pytsk3
_pkgcode=pytsk3
pkgver=20160312
-pkgrel=1
+pkgrel=2
pkgdesc="Python bindings for the sleuthkit (http://www.sleuthkit.org/)"
url="https://github.com/py4n6/pytsk/"
arch=('any')
license=('Apache')
-depends=('sleuthkit')
-makedepends=('python2' 'sleuthkit' 'gcc')
+depends=('sleuthkit' 'python2-libewf')
+makedepends=('python2' 'sleuthkit' 'gcc' 'python2-libewf')
md5sum=cd3fc10de37503f6c83659a105b3b76d
source=(https://pypi.python.org/packages/source/p/$_pkgcode/$_pkgcode-$pkgver.tar.gz#md5=$md5sum)