summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn Schoenick2018-12-18 14:18:30 -0800
committerJohn Schoenick2018-12-18 14:18:30 -0800
commit347e4dda40ce1357156a1a400b3b7089f8700d47 (patch)
treea6ee4fdda5d6e35083c38a68329cfdb9ac2a99cc /PKGBUILD
parenteb888dc7b8c429d8a09a2b0d0b63df05cd57ef3f (diff)
downloadaur-lib32-heaptrack-git.tar.gz
Further fix dependencies for 32bit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index efa96fec563d..28eff3f343ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,8 @@ pkgdesc="A heap memory profiler - 32-bit libraries"
arch=('x86_64')
url="http://milianw.de/tag/heaptrack"
license=('APACHE')
-depends=('heaptrack-git' 'lib32-boost-libs')
-makedepends=('git' 'extra-cmake-modules' 'sparsehash')
-# minimal dependencies
-#depends=('libunwind' 'boost-libs')
-#makedepends=('git' 'cmake' 'boost')
+depends=('lib32-libunwind' 'heaptrack-git' 'lib32-boost-libs')
+makedepends=('git' 'cmake' 'boost')
provides=('lib32-heaptrack')
conflicts=('lib32-heaptrack')
source=('git+https://github.com/KDE/heaptrack.git')