diff options
author | Jaryl Chng | 2017-01-12 18:53:37 +0800 |
---|---|---|
committer | Jaryl Chng | 2017-01-12 18:53:37 +0800 |
commit | 5bdc0755f320f1b09e26b1fcc8789e19a5bdd10d (patch) | |
tree | c2359c4ef744c3c8d2227f113743d1a52a9a74ce | |
parent | b454a4c2ddde010b77c9ce6f1a0519ea9b027acf (diff) | |
download | aur-5bdc0755f320f1b09e26b1fcc8789e19a5bdd10d.tar.gz |
added more make dependencies (refer to Building wiki on github)
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -6,6 +6,10 @@ pkgbase = libbfio-git arch = any license = LGPL makedepends = git + makedepends = autoconf + makedepends = automake + makedepends = libtool + makedepends = gettext makedepends = pkg-config makedepends = bison makedepends = flex @@ -10,7 +10,7 @@ provides=('libbfio-git') conflicts=('libbfio') 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/libbfio.git') |