summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ad5942ad640..f197338f120c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,10 @@ pkgbase = libewf-git
arch = any
license = LGPL
makedepends = git
+ makedepends = autoconf
+ makedepends = automake
+ makedepends = libtool
+ makedepends = gettext
makedepends = pkg-config
makedepends = bison
makedepends = flex
diff --git a/PKGBUILD b/PKGBUILD
index 0ca29acf9c61..391a99f5ca05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ provides=('libewf-git')
conflicts=('libewf')
groups=()
depends=()
-makedepends=('git' 'pkg-config' 'bison' 'flex')
+makedepends=('git' 'autoconf' 'automake' 'libtool' 'gettext' 'pkg-config' 'bison' 'flex')
optdepends=()
options=()
source=('git+https://github.com/libyal/libewf.git')