summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcondy2020-01-17 11:50:08 +0800
committercondy2020-01-17 11:50:08 +0800
commitc7cf9a635657db7a588a5de33fda8dddb62a651a (patch)
treef533376d681357cc28b749ca1201b894ec24a609
parentb3fd6c9cab1f0eb483fea5c028544dd5ced10ca1 (diff)
downloadaur-c7cf9a635657db7a588a5de33fda8dddb62a651a.tar.gz
requires fuse
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d4e7da96998..7e79af2e1e9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="The Linux perf GUI for performance analysis."
arch=('x86_64')
url="https://github.com/KDAB/hotspot"
license=('GPL')
-depends=('perf')
+depends=('perf' 'fuse')
conficts=('hotspot')
provides=('hotspot')
options=(!strip)