Bert Peters pushed to branch main at Arch Linux / Packaging / Packages /
cargo-flamegraph
Commits:
ac5ec287 by Bert Peters at 2026-02-16T16:08:44+01:00
upgpkg: 0.6.11-2: gcc-libs deprecation
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = cargo-flamegraph
pkgdesc = Easy flamegraphs for Rust projects and everything else
pkgver = 0.6.11
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/flamegraph-rs/flamegraph
arch = x86_64
license = MIT
license = Apache-2.0
depends = cargo
- depends = gcc-libs
depends = glibc
+ depends = libgcc
depends = perf
source =
https://github.com/flamegraph-rs/flamegraph/archive/v0.6.11/cargo-flamegraph-0.6.11.tar.gz
sha256sums =
371f81e674abe70cdaf3478d7d6ab04cee0b5af174767a858f45c5c42206089e
=====================================
PKGBUILD
=====================================
@@ -1,14 +1,15 @@
# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+# Maintainer: Bert Peters <[email protected]<
pkgname=cargo-flamegraph
pkgver=0.6.11
-pkgrel=1
+pkgrel=2
pkgdesc='Easy flamegraphs for Rust projects and everything else'
url="https://github.com/flamegraph-rs/flamegraph"
depends=(
'cargo'
- 'gcc-libs'
'glibc'
+ 'libgcc'
'perf'
)
arch=('x86_64')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-flamegraph/-/commit/ac5ec28727f202ab86b66eb704ae11dd995951c8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-flamegraph/-/commit/ac5ec28727f202ab86b66eb704ae11dd995951c8
You're receiving this email because of your account on gitlab.archlinux.org.