summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaryl Chng2017-01-12 17:58:38 +0800
committerJaryl Chng2017-01-12 17:58:38 +0800
commit391a38145d5cf74f391e9c66f4c05f12795d6c47 (patch)
treef8ca762e25ef4fe708eeb61f4a7c2ae7d34ebebb
parent2feda5fb609c4b668391b792078da849f8d9eac3 (diff)
downloadaur-391a38145d5cf74f391e9c66f4c05f12795d6c47.tar.gz
added bison and flex to make dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6fb8c4ff6a4..9f57527c6887 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,8 @@ pkgbase = libvshadow-git
license = LGPL
makedepends = git
makedepends = pkg-config
- depends = libbfio-git
+ makedepends = bison
+ makedepends = flex
provides = libvshadow-git
conflicts = libvshadow
source = git+https://github.com/libyal/libvshadow.git
diff --git a/PKGBUILD b/PKGBUILD
index 063394a0f912..3148eb98cafd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ license=('LGPL')
provides=('libvshadow-git')
conflicts=('libvshadow')
groups=()
-depends=('libbfio-git')
-makedepends=('git' 'pkg-config')
+depends=()
+makedepends=('git' 'pkg-config' 'bison' 'flex')
optdepends=()
options=()
source=('git+https://github.com/libyal/libvshadow.git')