summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn Schoenick2018-12-18 14:17:09 -0800
committerJohn Schoenick2018-12-18 14:17:09 -0800
commiteb888dc7b8c429d8a09a2b0d0b63df05cd57ef3f (patch)
tree2105a584465822a0fc3a01719139873d3185c1f8 /PKGBUILD
parent2713e451c92dc847ede4edcb50ff9eac750e7322 (diff)
downloadaur-eb888dc7b8c429d8a09a2b0d0b63df05cd57ef3f.tar.gz
Remove GUI dependencies not needed for 32bit libs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1faa7e4102f..efa96fec563d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,7 @@ pkgdesc="A heap memory profiler - 32-bit libraries"
arch=('x86_64')
url="http://milianw.de/tag/heaptrack"
license=('APACHE')
-# dependencies with GUI enabled
-depends=('kdiagram' 'threadweaver' 'kitemmodels' 'kio' 'heaptrack-git' 'lib32-boost-libs')
+depends=('heaptrack-git' 'lib32-boost-libs')
makedepends=('git' 'extra-cmake-modules' 'sparsehash')
# minimal dependencies
#depends=('libunwind' 'boost-libs')