summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaryl Chng2017-01-12 17:59:47 +0800
committerJaryl Chng2017-01-12 17:59:47 +0800
commitffd4852a8d6103195cb846e7e8a4dded9e8e638b (patch)
tree36e8a26a9bc7c68f27e0fc7ea2d16f865fdfd9cd
parent9f8e255cde1a4b80241b05ccc1382533a849c06d (diff)
downloadaur-ffd4852a8d6103195cb846e7e8a4dded9e8e638b.tar.gz
added bison and flex to make dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed4313e1aefc..0ad5942ad640 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = libewf-git
license = LGPL
makedepends = git
makedepends = pkg-config
+ makedepends = bison
+ makedepends = flex
provides = libewf-git
conflicts = libewf
source = git+https://github.com/libyal/libewf.git
diff --git a/PKGBUILD b/PKGBUILD
index 7f08b00a437e..0ca29acf9c61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ provides=('libewf-git')
conflicts=('libewf')
groups=()
depends=()
-makedepends=('git' 'pkg-config')
+makedepends=('git' 'pkg-config' 'bison' 'flex')
optdepends=()
options=()
source=('git+https://github.com/libyal/libewf.git')