summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaryl Chng2017-01-12 18:46:34 +0800
committerJaryl Chng2017-01-12 18:46:34 +0800
commit7c634aadb3eedd965523faaaad24a9c76300b36a (patch)
treeb583f15238e556b4b2604926c9654bb56958233c
parentae8ca3dd4e68fbfe422d779492d56e3c6ce6a412 (diff)
downloadaur-7c634aadb3eedd965523faaaad24a9c76300b36a.tar.gz
rearranged dependencies
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34b95ab01757..4e04fdcaafe0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,10 +5,14 @@ pkgbase = dff-git
url = https://github.com/arxsys/dff
arch = any
license = GPL
- makedepends = git
- makedepends = swig
+ makedepends = autoconf
+ makedepends = automake
+ makedepends = libtool
+ makedepends = gettext
+ makedepends = pkg-config
makedepends = bison
makedepends = flex
+ makedepends = swig
makedepends = tre
makedepends = pkg-config
makedepends = libbfio-git
diff --git a/PKGBUILD b/PKGBUILD
index 03d7e7654843..e5a9a662475b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ provides=('dff-git')
conflicts=('dff')
groups=()
depends=('qt4' 'python-pyqt4' 'python2-pyqt4' 'python2-magic' 'python2-apsw' 'python2-pillow' 'poppler-qt4' 'python2-poppler-qt4' 'ffmpeg' 'libbfio-git' 'libbde-git' 'libewf-git' 'libpff-git' 'libvshadow-git')
-makedepends=('git' 'swig' 'bison' 'flex' 'tre' 'pkg-config' 'libbfio-git' 'libbde-git' 'libewf-git' 'libpff-git' 'libvshadow-git')
+makedepends=('autoconf' 'automake' 'libtool' 'gettext' 'pkg-config' 'bison' 'flex' 'swig' 'tre' 'pkg-config' 'libbfio-git' 'libbde-git' 'libewf-git' 'libpff-git' 'libvshadow-git')
optdepends=(
'python2-pefile: PE files support'
'reglookup: registry hives support'