summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorotreblan2020-04-14 07:20:17 -0500
committerotreblan2020-04-14 07:20:17 -0500
commit4ca1024201d9bf69e6e99fd1d8a33547a878cf1f (patch)
tree9a6a87d6a1b71abb72b6ed64b0548b12e1b6d47b
parentdfdfdf0d10d02befa811c71904d119df27e610a2 (diff)
downloadaur-4ca1024201d9bf69e6e99fd1d8a33547a878cf1f.tar.gz
Add more dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30a2f11dfe8b..1d7ac994f4ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,9 @@ pkgbase = libtree-git
makedepends = termcolor
makedepends = elfio
depends = cppglob
+ depends = gcc-libs
+ optdepends = binutils: For the --strip option
+ optdepends = chrpath: For the --chrpath option
provides = libtree
conflicts = libtree
source = git+https://github.com/haampie/libtree.git
diff --git a/PKGBUILD b/PKGBUILD
index 40e385e32055..53deeb43696b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,11 @@ pkgdesc="ldd as a tree with an option to bundle dependencies into a single folde
arch=('x86_64')
url="https://github.com/haampie/libtree"
license=('MIT')
-depends=('cppglob')
+depends=('cppglob' 'gcc-libs')
makedepends=('git' 'cmake' 'cxxopts' 'termcolor' 'elfio')
+optdepends=('binutils: For the --strip option'
+ 'chrpath: For the --chrpath option'
+ )
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("git+$url.git")