summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Malaco2021-02-21 15:56:55 -0300
committerJonas Malaco2021-02-21 15:56:55 -0300
commit91ae51a5f8f717119a47dfdd11e38f6f80a06d91 (patch)
tree5de2b398f89833e5eeedc5ed4a6496b931116b26
parentb81ceb64cb4f90c797808b837f053a7f18b10795 (diff)
downloadaur-91ae51a5f8f717119a47dfdd11e38f6f80a06d91.tar.gz
Add cargo-flamegraph to conflicts
Related: https://aur.archlinux.org/packages/cargo-flamegraph/#comment-786239
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5dfaf001bc39..0727a3e1e096 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 75c9932e8a80..86edae6225d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')