diff options
author | Jonas Malaco | 2021-02-21 15:56:55 -0300 |
---|---|---|
committer | Jonas Malaco | 2021-02-21 15:56:55 -0300 |
commit | 91ae51a5f8f717119a47dfdd11e38f6f80a06d91 (patch) | |
tree | 5de2b398f89833e5eeedc5ed4a6496b931116b26 | |
parent | b81ceb64cb4f90c797808b837f053a7f18b10795 (diff) | |
download | aur-91ae51a5f8f717119a47dfdd11e38f6f80a06d91.tar.gz |
Add cargo-flamegraph to conflicts
Related: https://aur.archlinux.org/packages/cargo-flamegraph/#comment-786239
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -1,7 +1,7 @@ pkgbase = flamegraph-git pkgdesc = Stack trace visualizer pkgver = r316.a258e78 - pkgrel = 1 + pkgrel = 2 url = http://www.brendangregg.com/FlameGraphs/cpuflamegraphs.html arch = any license = CDDL @@ -10,6 +10,7 @@ pkgbase = flamegraph-git depends = awk provides = flamegraph conflicts = flamegraph + conflicts = cargo-flamegraph source = flamegraph-git::git+https://github.com/brendangregg/FlameGraph md5sums = SKIP @@ -3,7 +3,7 @@ pkgname=flamegraph-git pkgver=r316.a258e78 -pkgrel=1 +pkgrel=2 pkgdesc="Stack trace visualizer" arch=('any') url='http://www.brendangregg.com/FlameGraphs/cpuflamegraphs.html' @@ -11,7 +11,7 @@ license=('CDDL') depends=('perl' 'awk') makedepends=('git') provides=('flamegraph') -conflicts=('flamegraph') +conflicts=('flamegraph' 'cargo-flamegraph') source=("${pkgname}::git+https://github.com/brendangregg/FlameGraph") md5sums=('SKIP') |