summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJaryl Chng2017-01-12 17:56:46 +0800
committerJaryl Chng2017-01-12 17:56:46 +0800
commitf12d830049368f5ef79dc5f481f54fae9244f24f (patch)
treed19eecfe21ed0ef7e4648eac3ec45940826538e4 /PKGBUILD
parent31be6184c2fdeb486ddfe0096a0b22b899598967 (diff)
downloadaur-f12d830049368f5ef79dc5f481f54fae9244f24f.tar.gz
added bison and flex to make dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2065ddbeeba3..7ca3c9a10c6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ provides=('libbde-git')
conflicts=('libbde')
groups=()
depends=()
-makedepends=('git' 'pkg-config')
+makedepends=('git' 'pkg-config' 'bison' 'flex')
optdepends=()
options=()
source=('git+https://github.com/libyal/libbde.git')