summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ed74605f791..22a0e4d51525 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Dec 18 22:17:05 UTC 2018
+# Tue Dec 18 22:18:24 UTC 2018
pkgbase = lib32-heaptrack-git
pkgdesc = A heap memory profiler - 32-bit libraries
pkgver = 812.f6a3479
@@ -8,8 +8,9 @@ pkgbase = lib32-heaptrack-git
arch = x86_64
license = APACHE
makedepends = git
- makedepends = extra-cmake-modules
- makedepends = sparsehash
+ makedepends = cmake
+ makedepends = boost
+ depends = lib32-libunwind
depends = heaptrack-git
depends = lib32-boost-libs
provides = lib32-heaptrack
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')